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/double-data-card/index.scss |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/card/double-data-card/index.scss b/src/tabviews/custom/components/card/double-data-card/index.scss
index 07c69b2..82740e6 100644
--- a/src/tabviews/custom/components/card/double-data-card/index.scss
+++ b/src/tabviews/custom/components/card/double-data-card/index.scss
@@ -286,6 +286,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 {
         .sub-card-wrap {
           .card-item-box {

--
Gitblit v1.8.0