From e2fd227b24a2d188ef209dc47fabcc8390f2a94b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 06 十一月 2024 10:58:13 +0800
Subject: [PATCH] 2024-11-06

---
 src/tabviews/custom/components/card/data-card/index.scss |    9 +++++++++
 1 files changed, 9 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 7a3eefc..8693005 100644
--- a/src/tabviews/custom/components/card/data-card/index.scss
+++ b/src/tabviews/custom/components/card/data-card/index.scss
@@ -79,6 +79,15 @@
         margin-bottom: 0!important;
       }
     }
+    .extend-card:last-child:not(:only-child) {
+      position: sticky;
+      bottom: 0;
+      z-index: 1;
+      .card-item-box {
+        margin-top: 0!important;
+        margin-bottom: 0!important;
+      }
+    }
     div:last-child {
       .card-item-box {
         border-bottom: none!important;

--
Gitblit v1.8.0