From 68e178709892cf8bf95573def01cf29cf243c6e4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 31 十二月 2024 16:53:54 +0800
Subject: [PATCH] 2024-12-31

---
 src/views/syscheck/index.scss |  112 ++++++++++++++++----------------------------------------
 1 files changed, 32 insertions(+), 80 deletions(-)

diff --git a/src/views/syscheck/index.scss b/src/views/syscheck/index.scss
index 0b78ef2..d12dea7 100644
--- a/src/views/syscheck/index.scss
+++ b/src/views/syscheck/index.scss
@@ -3,97 +3,49 @@
   min-height: 100vh;
   padding: 70px 30px;
 
-  .loading-mask {
+  .ant-spin {
     position: fixed;
-    top: 0px;
-    bottom: 0px;
-    left: 0px;
-    right: 0px;
     z-index: 2;
-    background: rgba(255, 255, 255, 0.35);
-
-    .ant-spin {
-      position: absolute;
-      left: 50%;
-      top: 50%;
-    }
+    left: calc(50% - 22px);
+    top: 50%;
   }
   .view-wrap {
     width: 100%;
     position: relative;
-    display: flex;
 
-    .left-view {
-      flex: 1;
-      width: 60%;
-      padding-right: 5px;
-      .app-table {
-        padding-top: 30px;
+    .action {
+      .ant-btn {
+        color: #fff!important;
+        background-color: #1890ff!important;
+        border-color: #1890ff!important;
       }
     }
-    .right-view {
-      width: 40%;
-      padding-left: 20px;
-
-      .app-title {
-        font-size: 16px;
-        font-weight: 500;
-        height: 30px;
-        line-height: 30px;
-        border-bottom: 1px solid #d8d8d8;
-        margin-bottom: 17px;
-      }
-      .sub-app {
-        margin: 10px 10px 25px;
-        border: 1px solid #e8e8e8;
-        height: 210px;
-        border-radius: 4px;
-        padding-top: 10px;
-
-        .app-item {
-          height: 30px;
-          line-height: 30px;
-          div {
-            display: inline-block;
-            white-space: nowrap;
-            overflow: hidden;
-            white-space: nowrap;
-            text-overflow: ellipsis;
-            line-height: 30px;
-          }
-          .label {
-            width: 40%;
-            text-align: right;
-            color: rgba(0, 0, 0, 0.65);
-          }
-          .content {
-            width: 60%;
-            padding-left: 10px;
-            color: rgba(0, 0, 0, 0.85);
-          }
-        }
-        .action {
-          text-align: right;
-          padding: 5px 20px;
-          margin-top: 5px;
-          border-top: 1px solid #e8e8e8;
-
-          .ant-typography-copy {
-            color: #26C281;
-          }
-        }
+    .menu-msg {
+      margin-top: 15px;
+      color: #1890ff;
+      span {
+        display: inline-block;
+        width: 20px;
+        height: 15px;
       }
     }
-  }
-  .ant-table-wrapper {
-    .ant-table-body {
-      border: 1px solid #e8e8e8;
-      border-bottom: 0;
-      border-radius: 4px;
-    }
-    .ant-table-tbody {
-      > tr.ant-table-row-selected td {
-        background: #bae7ff;
+    .item-wrap {
+      width: 50%;
+      display: inline-block;
+      margin-top: 30px;
+      color: rgba(0, 0, 0, 0.85);
+      vertical-align: top;
+      .title {
+        color: #1890ff;
+        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+        margin-bottom: 10px;
+        margin-right: 20px;
+        padding-bottom: 5px;
+      }
+      span {
+        display: inline-block;
+        width: 20px;
+        height: 15px;
       }
     }
   }

--
Gitblit v1.8.0