From 25fbc16aa14667064ac5de854183b09e01105f2c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 30 三月 2022 15:44:05 +0800 Subject: [PATCH] 2022-03-30 --- src/tabviews/custom/components/card/data-card/index.scss | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/data-card/index.scss b/src/tabviews/custom/components/card/data-card/index.scss index 3cfc493..5e80317 100644 --- a/src/tabviews/custom/components/card/data-card/index.scss +++ b/src/tabviews/custom/components/card/data-card/index.scss @@ -46,6 +46,14 @@ cursor: pointer; } } + .card-row-list.flex-layout { + display: flex; + width: 100%; + >.ant-col { + width: 5%; + flex: 1; + } + } .card-item-box { position: relative; background-color: #ffffff; -- Gitblit v1.8.0