refactor:TagDialog 移除冗余 glass-card 类引用
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user