From da64ab0923bf8817fc8599a6e37b953ce38f64c8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 27 八月 2023 18:37:36 +0800
Subject: [PATCH] 2023-08-27

---
 src/tabviews/custom/components/card/double-data-card/index.scss |    2 ++
 1 files changed, 2 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 0ee2e47..c6a13e8 100644
--- a/src/tabviews/custom/components/card/double-data-card/index.scss
+++ b/src/tabviews/custom/components/card/double-data-card/index.scss
@@ -34,6 +34,7 @@
   }
   .card-row-list {
     flex: 10;
+    max-width: 100%;
   }
   .card-row-list.flex-layout {
     display: flex;
@@ -130,6 +131,7 @@
     display: none;
     width: 16px;
     height: 16px;
+    min-width: 16px;
     border: 1px solid #cccccc;
     border-radius: 50%;
     box-sizing: content-box;

--
Gitblit v1.8.0