feat: 新功能改进 #20

Merged
hera merged 57 commits from feat/next-improvements into main 2026-04-10 20:30:37 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a66ba3a0d9 - Show all commits

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>