From 742f7d11557526038d332e60a8c8ca18177bc4e4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 26 十月 2023 15:51:58 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/tabviews/custom/components/card/data-card/index.scss |   17 +++++++++++++++++
 1 files changed, 17 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 ea3ac4a..e56de99 100644
--- a/src/tabviews/custom/components/card/data-card/index.scss
+++ b/src/tabviews/custom/components/card/data-card/index.scss
@@ -6,6 +6,23 @@
   min-height: 20px;
   overflow-y: auto;
 
+  .pickup-wrap {
+    float: right;
+    button {
+      margin-top: 3px;
+    }
+  }
+  .pickup-wrap + div {
+    clear: both;
+  }
+  .button-list + .pickup-wrap {
+    position: relative;
+    button {
+      position: absolute;
+      bottom: 0;
+      right: 0;
+    }
+  }
   .data-zoom {
     display: flex;
     position: relative;

--
Gitblit v1.8.0