From a6be5cfd9c6fb084af584b77f79100fe32b385c1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 30 十一月 2023 16:20:54 +0800 Subject: [PATCH] 2023-11-30 --- src/tabviews/custom/components/card/cardcellList/index.scss | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index 4fc1ddf..fbd7791 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -6,6 +6,11 @@ .ant-btn { padding: 0; } + .file-image { + max-height: 100%; + vertical-align: top; + margin-right: 2px; + } .ant-typography { margin: 0; padding: 0; @@ -194,6 +199,9 @@ height: 26px; } + .ant-col { + min-height: 0px; + } .ant-col[class*="x"] { float: left; box-sizing: border-box; -- Gitblit v1.8.0