From 49f09cc6f8ff8c30a75ed1a9d6f510b69b73962a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 12 十二月 2023 21:05:37 +0800
Subject: [PATCH] 2023-12-12

---
 src/menu/versions/index.scss |   34 ++++++++++++----------------------
 1 files changed, 12 insertions(+), 22 deletions(-)

diff --git a/src/menu/versions/index.scss b/src/menu/versions/index.scss
index e4f4b2f..08b7b9b 100644
--- a/src/menu/versions/index.scss
+++ b/src/menu/versions/index.scss
@@ -1,30 +1,20 @@
 .version-modal {
-  .ant-modal-body {
-    padding: 32px 32px 24px;
-  }
-  .ant-modal-footer {
-    display: none;
-  }
-  .header {
-    color: rgba(0, 0, 0, 0.85);
-    font-weight: 500;
-    font-size: 16px;
-    .anticon {
-      color: #faad14;
-      margin-right: 16px;
-      font-size: 22px;
+  .ant-modal {
+    top: 50px;
+    .ant-modal-body {
+      position: relative;
     }
   }
-  .detail {
-    margin-top: 8px;
-    margin-bottom: 24px;
-    color: rgba(0, 0, 0, 0.5);
-    font-size: 14px;
+  .ant-table-tbody > tr > td {
+    padding: 5px 16px;
   }
   .footer {
     text-align: right;
-    .ant-btn + .ant-btn {
-      margin-left: 15px;
-    }
+  }
+  .ant-spin {
+    position: absolute;
+    z-index: 2;
+    top: 120px;
+    left: calc(50% - 16px);
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0