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;