From 1fa9bbd032749dc07f98d21b7403b041053d0bed Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 25 三月 2024 10:29:19 +0800 Subject: [PATCH] 2024-03-25 --- src/tabviews/custom/components/card/cardcellList/index.scss | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss index 07ac844..12e5781 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.scss +++ b/src/tabviews/custom/components/card/cardcellList/index.scss @@ -3,8 +3,17 @@ position: relative; line-height: 1.5; + .ant-col-0:not(.mk-cell-btn) { + display: block; + float: left; + } .ant-btn { padding: 0; + } + .file-image { + max-height: 100%; + vertical-align: top; + margin-right: 2px; } .ant-typography { margin: 0; @@ -83,6 +92,7 @@ background-size: cover; } .mk-cell-btn { + text-align: center; min-height: 0px; > div {width: 100%;max-width: 100%;} button:not(.ant-switch) { @@ -92,6 +102,7 @@ min-height: 28px; padding: 0; overflow: hidden; + text-align: inherit; } .ant-checkbox-wrapper:not(.square) { .ant-checkbox-inner, .ant-checkbox-checked::after { -- Gitblit v1.8.0