refactor:TagDialog 移除冗余 glass-card 类引用

This commit is contained in:
2026-06-24 22:43:56 +08:00
parent bd0f4d6bea
commit 57a42474d7
+1 -1
View File
@@ -1,6 +1,6 @@
<template> <template>
<view v-if="visible" class="tag-dialog-mask" @click="onMaskClick"> <view v-if="visible" class="tag-dialog-mask" @click="onMaskClick">
<view class="tag-dialog-card glass-card" @click.stop> <view class="tag-dialog-card" @click.stop>
<view class="tag-dialog-title-row"> <view class="tag-dialog-title-row">
<text class="tag-dialog-gold"></text> <text class="tag-dialog-gold"></text>
<text class="tag-dialog-title">{{ title }}</text> <text class="tag-dialog-title">{{ title }}</text>