From 042bd2c86ebd8b4394c914fdfca9e04931864214 Mon Sep 17 00:00:00 2001 From: weiyin Date: Tue, 27 Aug 2024 09:26:44 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=BF=90=E8=90=A5=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E9=81=97=E7=95=99=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pageMonitor/bottomMiddle/index.vue | 28 +++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/views/pageMonitor/bottomMiddle/index.vue b/src/views/pageMonitor/bottomMiddle/index.vue index bb560e6..4f51657 100644 --- a/src/views/pageMonitor/bottomMiddle/index.vue +++ b/src/views/pageMonitor/bottomMiddle/index.vue @@ -14,7 +14,11 @@ ASA分级 -
+
+
+ 今日 + 今日 +
@@ -385,4 +389,26 @@ export default { background-position: center; background-repeat: no-repeat; } + +.showBox { +} + +.showBox .title { + left: 0; + top: 10px; + display: flex; + width: 100%; + justify-content: space-between; + padding: 0 3px; +} + +.showBox .title span { + width: 25px; + display: flex; + justify-content: center; + align-items: center; + background: #380aaa; + text-align: center; + color: rgb(192 211 225); +}