Browse Source

style: 修复移动端详情页监控icon颜色丢失问题

cuiyalong 1 year ago
parent
commit
cfc4f1091f

+ 0 - 1
apps/mobile/src/composables/quick-monitor/component/QuickMonitor.vue

@@ -24,7 +24,6 @@
         <AppIcon
           slot="icon"
           :name="model.follow ? 'yijiankong' : 'jiankong'"
-          svg
           size="20"
         ></AppIcon>
         <template #text>{{ model.follow ? '已监控' : '监控' }}</template>