This commit is contained in:
Your Name
2026-06-02 18:33:25 +08:00
parent 62f74888f3
commit 15e9c486f9
11 changed files with 731 additions and 674 deletions
@@ -58,7 +58,7 @@ function onImageError() {
top: 0;
width: 100%;
height: 100%;
font-size: calc(var(--tile-emoji-size, 48px) * 0.76);
font-size: calc(var(--tile-emoji-size, 48px) * 0.6);
}
.food-tile-icon--tile .food-tile-icon__emoji,
@@ -66,8 +66,8 @@ function onImageError() {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 70%;
height: 70%;
width: 58%;
height: 58%;
z-index: 2;
}
@@ -8,12 +8,12 @@
mode="aspectFit"
@error="onImageError"
/>
<text
<!-- <text
v-else
class="tj-icon-fallback"
:class="[`tj-icon-fallback--${size}`]"
:style="{ color }"
>{{ fallbackGlyph }}</text>
>{{ fallbackGlyph }}</text> -->
</view>
</template>
@@ -165,6 +165,10 @@ function onImageError() {
width: 100%;
height: 100%;
}
/* Lucide send 路径重心偏右上,微调使圆形按钮内视觉居中 */
.tj-icon--send {
transform: translate(-10%, 10%);
}
.tj-icon-fallback {
display: block;
line-height: 1;