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
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user