From 106dc8c10f0e93d825afed7df52d501cc06b55a5 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期四, 15 九月 2022 15:48:21 +0800
Subject: [PATCH] Default Changelist

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

diff --git a/src/views/riskWarningSys/warningBigScreen/index.vue b/src/views/riskWarningSys/warningBigScreen/index.vue
index aa45e2e..25941cb 100644
--- a/src/views/riskWarningSys/warningBigScreen/index.vue
+++ b/src/views/riskWarningSys/warningBigScreen/index.vue
@@ -1,7 +1,8 @@
 <template>
     <div id="container" class="dark">
         <div class="warn-dialog" :class="dialogShow">
-            <div>预警消息:<p style="margin-top: 20px;font-size: 18px;line-height: 28px;text-align: left">企业8月份总体安全生产预警指数SPI风险值高于预警阈值,可能存在未处理隐患,请注意查阅相关风险因素,采取风险防控措施。</p></div>
+            <div>预警消息</div>
+            <p>企业8月份总体安全生产预警指数SPI风险值高于预警阈值,可能存在未处理隐患,请注意查阅相关风险因素,采取风险防控措施。</p>
             <span @click="dialogShow = 'hide'">关闭</span>
         </div>
         <div class="info-panel" :class="dialogHide"  @click="openDialog">
@@ -413,8 +414,20 @@
             transition: .3s;
             box-shadow: 0 15px 30px rgba(0,0,0,.2);
             border: 1px solid rgba(17,254,238,.4);
-            padding: 40px;
+            padding: 1.5rem;
             background: rgba(0,16,32,.8);
+
+            div{
+                font-size: 1.5rem;
+                text-align: center;
+            }
+
+            p{
+                margin-top: 20px;
+                font-size: 1.125rem;
+                line-height: 28px;
+                text-align: left
+            }
 
             span{
                 position: inherit;
@@ -422,11 +435,6 @@
                 top: 20px;
                 font-size: 1rem;
                 cursor: pointer;
-            }
-
-            div{
-                font-size: 1.5rem;
-                text-align: center;
             }
         }
 
@@ -716,8 +724,20 @@
             transition: .3s;
             box-shadow: 0 15px 30px rgba(0,0,0,.2);
             border: 1px solid #ccc;
-            padding: 40px;
+            padding: 1.5rem;
             background: #fff;
+
+            div{
+                font-size: 1.5rem;
+                text-align: center;
+            }
+
+            p{
+                margin-top: 20px;
+                font-size: 1.125rem;
+                line-height: 28px;
+                text-align: left
+            }
 
             span{
                 position: inherit;
@@ -725,11 +745,6 @@
                 top: 20px;
                 font-size: 1rem;
                 cursor: pointer;
-            }
-
-            div{
-                font-size: 1.5rem;
-                text-align: center;
             }
         }
 

--
Gitblit v1.9.2