From 5f90af5a69edda0cd465ac1a6d6c8282bcaf4a0c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 十一月 2024 21:50:52 +0800 Subject: [PATCH] 2024-11-07 --- src/tabviews/custom/components/card/data-card/index.scss | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 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..bbb850d 100644 --- a/src/tabviews/custom/components/card/data-card/index.scss +++ b/src/tabviews/custom/components/card/data-card/index.scss @@ -79,7 +79,16 @@ 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 { .card-item-box { border-bottom: none!important; } -- Gitblit v1.8.0