From cb9ade2afd2a367ad767bc605ab7086c695dd010 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 09 十二月 2022 15:53:32 +0800
Subject: [PATCH] 2022-12-09

---
 src/menu/components/card/prop-card/index.scss |   32 ++++++++++++++------------------
 1 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/src/menu/components/card/prop-card/index.scss b/src/menu/components/card/prop-card/index.scss
index f8633d4..b3fd307 100644
--- a/src/menu/components/card/prop-card/index.scss
+++ b/src/menu/components/card/prop-card/index.scss
@@ -53,24 +53,6 @@
     right: -30px;
     font-size: 16px;
   }
-  .model-menu-action-list {
-    line-height: 40px;
-    .ant-row > .anticon-plus {
-      position: absolute;
-      right: -30px;
-      font-size: 16px;
-    }
-  }
-  .card-add-button {
-    text-align: right;
-    clear: left;
-    .anticon-plus {
-      font-size: 20px;
-      color: #26C281;
-      padding: 5px;
-      margin-right: 10px;
-    }
-  }
   .flex-layout {
     display: flex;
     width: 100%;
@@ -97,6 +79,20 @@
       vertical-align: top;
     }
   }
+  .select-tabs {
+    .card-item {
+      border-top: none!important;
+      border-left: none!important;
+      border-right: none!important;
+      border-radius: 0px!important;
+      border-bottom: 2px solid #1890ff!important;
+    }
+  }
+  .prop-hidden {
+    color: orange;
+    float: right;
+    margin: 5px;
+  }
 }
 .menu-prop-card-edit-box::after {
   display: block;

--
Gitblit v1.8.0