Compare commits
4 Commits
7599599910
...
955512d344
| Author | SHA1 | Date | |
|---|---|---|---|
| 955512d344 | |||
| 81ec5987b3 | |||
| 70413971e3 | |||
| 7ba1e28370 |
@@ -119,7 +119,7 @@ async function submit() {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background: rgba(0, 0, 0, 0.35);
|
background: rgba(0, 0, 0, 0.35);
|
||||||
z-index: 6000;
|
z-index: 5000;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -36,17 +36,6 @@
|
|||||||
>English</button>
|
>English</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Volume selector -->
|
|
||||||
<div class="volume-controls card-volume-controls">
|
|
||||||
<button
|
|
||||||
v-for="(drops, ml) in VOLUME_DROPS"
|
|
||||||
:key="ml"
|
|
||||||
class="volume-btn"
|
|
||||||
:class="{ active: selectedCardVolume === ml }"
|
|
||||||
@click="onCardVolumeChange(ml)"
|
|
||||||
>{{ ml === '单次' ? '单次' : ml + 'ml' }}</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- QR / brand upload hint -->
|
<!-- QR / brand upload hint -->
|
||||||
<div v-if="showBrandHint" class="brand-upload-hint">
|
<div v-if="showBrandHint" class="brand-upload-hint">
|
||||||
<span class="hint-icon">✨</span>
|
<span class="hint-icon">✨</span>
|
||||||
@@ -393,7 +382,6 @@ const viewMode = ref('card')
|
|||||||
const cardRef = ref(null)
|
const cardRef = ref(null)
|
||||||
const cardImageUrl = ref(null)
|
const cardImageUrl = ref(null)
|
||||||
const cardLang = ref('zh')
|
const cardLang = ref('zh')
|
||||||
const selectedCardVolume = ref('单次')
|
|
||||||
const showTranslationEditor = ref(false)
|
const showTranslationEditor = ref(false)
|
||||||
const customRecipeNameEn = ref('')
|
const customRecipeNameEn = ref('')
|
||||||
const customOilNameEn = ref({})
|
const customOilNameEn = ref({})
|
||||||
|
|||||||
Reference in New Issue
Block a user