UI: 参考比例提示改为"纯精油总数约为X滴"
Some checks failed
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 5s
Test / build-check (push) Successful in 7s
PR Preview / test (pull_request) Successful in 5s
PR Preview / deploy-preview (pull_request) Successful in 14s
Test / e2e-test (push) Failing after 56s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-10 14:12:06 +00:00
parent 65ac0b688b
commit a66ba3a0d9
2 changed files with 2 additions and 2 deletions

View File

@@ -165,7 +165,7 @@
<select v-model.number="dilutionRatio" class="editor-select" style="width:60px">
<option v-for="n in [3,4,5,6,7,8,9,10,12,15,20]" :key="n" :value="n">{{ n }}</option>
</select>
<span class="ratio-hint">纯精油 {{ editorSuggestedEo }} </span>
<span class="ratio-hint">纯精油总数约为 {{ editorSuggestedEo }} </span>
</div>
</div>

View File

@@ -218,7 +218,7 @@
<select v-model.number="formDilution" class="select-sm">
<option v-for="n in [3,4,5,6,7,8,9,10,12,15,20]" :key="n" :value="n">{{ n }}</option>
</select>
<span class="ratio-hint">纯精油 {{ suggestedEoDrops }} </span>
<span class="ratio-hint">纯精油总数约为 {{ suggestedEoDrops }} </span>
</div>
</div>