From da5ff4b9866a2d458d950f0c743ab9244e16c66d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 12 十一月 2023 12:23:08 +0800
Subject: [PATCH] 2023-11-12

---
 src/tabviews/custom/components/card/data-card/index.scss |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/card/data-card/index.scss b/src/tabviews/custom/components/card/data-card/index.scss
index e56de99..8cc715c 100644
--- a/src/tabviews/custom/components/card/data-card/index.scss
+++ b/src/tabviews/custom/components/card/data-card/index.scss
@@ -251,6 +251,22 @@
     }
   }
 }
+.custom-data-card-box.shifting {
+  .normal-header:not(.header-search) + .toolbar-button {
+    position: absolute;
+    top: 0px;
+    right: 0px;
+    button {
+      margin-bottom: 0px!important;
+    }
+  }
+  .normal-header:not(.header-search) + .toolbar-button + .pickup-wrap{
+    position: relative;
+    button {
+      position: relative;
+    }
+  }
+}
 .custom-data-card-box::-webkit-scrollbar {
   width: 7px;
   height: 7px;

--
Gitblit v1.8.0