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/pc/components/navbar/normal-navbar/index.scss |   41 ++---------------------------------------
 1 files changed, 2 insertions(+), 39 deletions(-)

diff --git a/src/pc/components/navbar/normal-navbar/index.scss b/src/pc/components/navbar/normal-navbar/index.scss
index 5882cf7..3c9d934 100644
--- a/src/pc/components/navbar/normal-navbar/index.scss
+++ b/src/pc/components/navbar/normal-navbar/index.scss
@@ -58,17 +58,8 @@
       }
     }
   }
-  .card-control {
-    position: absolute;
-    top: 0px;
-    left: 0px;
-    .anticon-tool {
-      right: auto;
-      left: 1px;
-      padding: 1px;
-    }
-  }
-  .anticon-tool {
+
+  >.anticon-tool {
     position: absolute;
     z-index: 2;
     font-size: 16px;
@@ -97,34 +88,6 @@
     position: absolute;
     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;
-    }
-  }
-  .ant-pagination {
-    float: right;
-    margin: 10px;
-  }
-
-  .model-menu-action-list {
-    .page-card {
-      line-height: 55px;
-    }
   }
 }
 .normal-navbar-edit-box::after {

--
Gitblit v1.8.0