From 4f937074a3cf8b56d86139f9ea6bf98f9682e63b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 07 十一月 2024 21:38:09 +0800
Subject: [PATCH] 2024-11-07

---
 src/tabviews/custom/components/card/double-data-card/index.scss |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 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..1cac501 100644
--- a/src/tabviews/custom/components/card/double-data-card/index.scss
+++ b/src/tabviews/custom/components/card/double-data-card/index.scss
@@ -286,10 +286,21 @@
           margin-bottom: 0!important;
         }
       }
-      div:last-child {
+      .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 {
-            border-bottom: none!important;
+          >div:last-child {
+            .card-item-box {
+              border-bottom: none!important;
+            }
           }
         }
       }

--
Gitblit v1.8.0