From 3c51d2207b4ebc62cbd440715b94a8d58ea63850 Mon Sep 17 00:00:00 2001 From: lb Date: Tue, 11 Jul 2023 08:59:40 +0800 Subject: [PATCH] update monitor1 --- src/components/groups/monitor.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/groups/monitor.vue b/src/components/groups/monitor.vue index 96b1ede..911f1ef 100644 --- a/src/components/groups/monitor.vue +++ b/src/components/groups/monitor.vue @@ -24,7 +24,7 @@ export default { @import "../../assets/styles/functions"; section { - background: url('../../assets/monitor-group.png') left 144px top 4px / 1152px 80% no-repeat, #ccc7; + // background: url('../../assets/monitor-group.png') left 144px top 4px / 1152px 80% no-repeat, #ccc7; width: adjust(w(3570px)); height: adjust(h(3790px)); position: absolute; @@ -33,7 +33,8 @@ section { } section::before { - content: '监控组 1'; + // content: '监控组 1'; + content: ''; font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, "微软雅黑", Arial, Helvetica, sans-serif; font-size: adjust(h(64px)); font-weight: 400;