From 2ab19e1ce6119404dad466f387b0ad6c73d9c5b8 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期四, 08 九月 2022 10:11:32 +0800
Subject: [PATCH] Default Changelist

---
 src/views/riskWarningSys/warningBigScreen/index.vue |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/src/views/riskWarningSys/warningBigScreen/index.vue b/src/views/riskWarningSys/warningBigScreen/index.vue
index b954ce2..b8cd4d4 100644
--- a/src/views/riskWarningSys/warningBigScreen/index.vue
+++ b/src/views/riskWarningSys/warningBigScreen/index.vue
@@ -430,7 +430,7 @@
 
         .header-content {
             width: 100%;
-            height: 72px;
+            height: 7.8%;
             padding: 0 20px;
             font-size: 1.25rem;
             display: flex;
@@ -444,15 +444,15 @@
                 align-items: center;
                 justify-content: center;
                 img {
-                    height: 35px;
-                    width: 128px;
+                    width: 10rem;
+                    height: auto;
                 }
             }
             .title {
                 width: 46%;
                 font-size: 2rem;
                 font-weight: bolder;
-                line-height: 72px;
+                line-height: 7.8%;
                 text-align: center;
                 letter-spacing: 2px;
             }
@@ -468,6 +468,7 @@
 
                 .datetime {
                     color: #11FEEE;
+                    font-size: 0.9rem;
                 }
                 .btns{
                     display: flex;
@@ -484,7 +485,8 @@
                             height: 1rem;
                         }
                         div{
-                            margin-left: 6px;
+                            margin-left: 0.4rem;
+                            font-size: 0.9rem;
                         }
                     }
                     .themeBtn{
@@ -505,7 +507,7 @@
         }
         .main-content{
             width: 100%;
-            height: calc(100vh - 72px);
+            height: calc(100vh - 7.8%);
             padding: 0.4rem 1.5rem 2rem;
             display: flex;
             align-items: center;
@@ -728,7 +730,7 @@
 
         .header-content {
             width: 100%;
-            height: 72px;
+            height: 7.8%;
             padding: 0 20px;
             font-size: 1.25rem;
             display: flex;
@@ -742,15 +744,15 @@
                 align-items: center;
                 justify-content: center;
                 img {
-                    height: 35px;
-                    width: 128px;
+                    width: 10rem;
+                    height: auto;
                 }
             }
             .title {
                 width: 46%;
                 font-size: 2rem;
                 font-weight: bolder;
-                line-height: 72px;
+                line-height: 7.8%;
                 text-align: center;
                 letter-spacing: 2px;
             }
@@ -766,6 +768,7 @@
 
                 .datetime {
                     color: #000;
+                    font-size: 0.9rem;
                 }
                 .btns{
                     display: flex;
@@ -782,7 +785,8 @@
                             height: 1rem;
                         }
                         div{
-                            margin-left: 6px;
+                            margin-left: 0.4rem;
+                            font-size: 0.9rem;
                         }
                     }
                     .themeBtn{
@@ -803,7 +807,7 @@
         }
         .main-content{
             width: 100%;
-            height: calc(100vh - 72px);
+            height: calc(100vh - 7.8%);
             padding: 0.4rem 1.5rem 2rem;
             display: flex;
             align-items: center;

--
Gitblit v1.9.2