From 1d32b21f464a916695acc9fa7e7eeda6e44f830d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 25 十月 2023 18:14:44 +0800
Subject: [PATCH] 2023-10-25

---
 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