From 80deba0c2dcffd9e6b6f07815c7c52199309ce42 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 23 六月 2025 17:36:03 +0800
Subject: [PATCH] 2025-06-23

---
 src/tabviews/custom/components/iframe/index.scss |   29 +++++++++++++++++++++++++----
 1 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/src/tabviews/custom/components/iframe/index.scss b/src/tabviews/custom/components/iframe/index.scss
index c46589b..d24ee24 100644
--- a/src/tabviews/custom/components/iframe/index.scss
+++ b/src/tabviews/custom/components/iframe/index.scss
@@ -21,13 +21,12 @@
       text-decoration: inherit;
       font-weight: inherit;
       font-style: inherit;
-      float: left;
       line-height: inherit;
+      font-family: inherit;
       margin-left: 10px;
       position: relative;
       z-index: 1;
       min-height: 45px;
-      min-width: 30px;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
@@ -35,9 +34,15 @@
 
     .ant-input-search {
       margin-top: 5px;
-      width: 40%;
-      max-width: 400px;
+      width: 65%;
       float: right;
+
+      .ant-btn[disabled] {
+        background-color: var(--mk-sys-color)!important;
+        border-color: var(--mk-sys-color)!important;
+        color: #ffffff!important;
+        opacity: 0.5;
+      }
     }
   }
 
@@ -59,5 +64,21 @@
       vertical-align: top;
       margin-top: 0px;
     }
+
+    .mask {
+      position: absolute;
+      width: 100%;
+      height: 100%;
+      left: 0px;
+      top: 0px;
+      background: #ffffff;
+      z-index: 1;
+
+      .ant-spin {
+        position: absolute;
+        left: calc(50% - 16px);
+        top: calc(50% - 16px);
+      }
+    }
   }
 }

--
Gitblit v1.8.0