From f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 十一月 2022 16:11:55 +0800
Subject: [PATCH] 2022-11-21

---
 src/views/tabledesign/index.scss |   43 ++++++++++---------------------------------
 1 files changed, 10 insertions(+), 33 deletions(-)

diff --git a/src/views/tabledesign/index.scss b/src/views/tabledesign/index.scss
index c022ade..2fe5621 100644
--- a/src/views/tabledesign/index.scss
+++ b/src/views/tabledesign/index.scss
@@ -2,6 +2,14 @@
   overflow-x: hidden;
   overflow-y: hidden;
 }
+.mk-source-wrap {
+  .ant-radio-button-wrapper:last-child {
+    display: none;
+  }
+  .ant-radio-button-wrapper:not(:first-child) {
+    border-radius: 0 4px 4px 0;
+  }
+}
 .pc-table-view {
   background: #000;
   min-height: 100vh;
@@ -17,37 +25,6 @@
     }
     .anticon-tool {
       display: none;
-    }
-  }
-  .component-name {
-    position: absolute;
-    z-index: 9;
-    display: none;
-    left: 0;
-    right: 0;
-    top: 0;
-    bottom: 0;
-    background: rgba(255, 255, 255, 0.9);
-    border: 1px solid #1890ff;
-    .center {
-      position: absolute;
-      font-size: 16px;
-      left: 50%;
-      top: 50%;
-      color: #1890ff;
-      transform: translate(-50%, -50%);
-      max-width: 70%;
-      .title {
-        text-align: center;
-      }
-    }
-    .error {
-      text-align: center;
-      color: red;
-      display: block;
-    }
-    .waring {
-      color: orange;
     }
   }
   >.menu-body {
@@ -137,7 +114,7 @@
     }
 
     .menu-setting.hidden {
-      left: -300px;
+      left: -280px;
     }
     .menu-setting.hidden + .menu-view {
       width: 100vw;
@@ -163,7 +140,7 @@
           .ant-card-extra {
             padding: 5px 0;
             button {
-              margin-left: 10px;
+              margin-left: 15px;
             }
             >div >div >button, .style-control-button {
               padding: 0px 7px;

--
Gitblit v1.8.0