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); +}