From 84804b405cb88f659d055b16eb3bd00b813ccb4a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 10 十二月 2020 10:58:38 +0800 Subject: [PATCH] 2020-12-10 --- src/tabviews/custom/components/share/normalTable/index.scss | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss index e98044f..c97e8f2 100644 --- a/src/tabviews/custom/components/share/normalTable/index.scss +++ b/src/tabviews/custom/components/share/normalTable/index.scss @@ -53,12 +53,16 @@ overflow-x: auto!important; table { .ant-table-tbody > tr > td { - vertical-align: top; + // vertical-align: top; + .card-cell-list { + color: rgba(0, 0, 0, 0.85); + } .ant-mk-picture { + position: relative; background-position: center center; background-size: cover; - margin: 2px; + margin: 2px; } .action-col { .ant-btn > .anticon + span { -- Gitblit v1.8.0