From 0ee358176fc31fdb03f968f4baf1df9bb2e1815f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 04 九月 2023 17:06:24 +0800
Subject: [PATCH] # 显示屏

---
 src/main/webapp/views/monitor/css/index.css |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/monitor/css/index.css b/src/main/webapp/views/monitor/css/index.css
index d4d6c51..05a5f70 100644
--- a/src/main/webapp/views/monitor/css/index.css
+++ b/src/main/webapp/views/monitor/css/index.css
@@ -96,6 +96,11 @@
     align-items: center;
     font-size: 18px;
 }
+.table-td2 {
+    display: flex;
+    align-items: center;
+    font-size: 18px;
+}
 .table-td:nth-child(even) {
     background-color: rgba(90, 163, 172, 0.3);
 }
@@ -120,4 +125,12 @@
     height: 10%;
     text-align: center;
     color: #FFF;
+}
+.swiper-none {
+    height: 100%;
+    width: 100%;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    font-size: 40px;
 }
\ No newline at end of file

--
Gitblit v1.9.1