From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 四月 2025 12:18:03 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/components/mkIcon/index.scss |   48 +++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 45 insertions(+), 3 deletions(-)

diff --git a/src/components/mkIcon/index.scss b/src/components/mkIcon/index.scss
index 33cd208..9338b1b 100644
--- a/src/components/mkIcon/index.scss
+++ b/src/components/mkIcon/index.scss
@@ -13,7 +13,17 @@
     padding: 0 10px;
     border-left: 1px solid #d9d9d9;
   }
+  .anticon.trigger::after {
+    content: ' ';
+    position: absolute;
+    top: 0;
+    left: 0;
+    right: 0;
+    bottom: 0;
+  }
   .close.anticon {
+    position: relative;
+    z-index: 1;
     float: right;
     margin-top: 8px;
     margin-right: 8px;
@@ -39,9 +49,6 @@
   clear: both;
 }
 .mk-icon-wrap {
-  .ant-modal {
-    top: 50px!important;
-  }
   .ant-col {
     text-align: center;
     line-height: 55px;
@@ -55,4 +62,39 @@
       color: #1890ff;
     }
   }
+  .tab-control {
+    position: relative;
+    .anticon-redo {
+      display: none;
+      position: absolute;
+      left: -20px;
+      top: 0px;
+    }
+  }
+  .ant-tabs-tab-active.ant-tabs-tab {
+    .tab-control {
+      .anticon-redo {
+        display: inline-block;
+      }
+    }
+  }
+  .ant-tabs-nav .ant-tabs-tab {
+    padding: 12px 20px;
+  }
+  .ant-tabs-top.dubble-tabs {
+    .ant-tabs-bar {
+      padding-top: 10px!important;
+    }
+  }
+  .ant-tabs-top:not(.dubble-tabs) {
+    .ant-tabs-top-bar {
+      border-bottom: 0px;
+      .ant-tabs-nav-container {
+        display: none;
+      }
+    }
+    .ant-tabs-content {
+      max-height: calc(100vh - 180px)!important;
+    }
+  }
 }

--
Gitblit v1.8.0