From fa381753ef2a2b25b1c0722549ac17e333da79be Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 22:50:54 +0800 Subject: [PATCH] 2022-09-06 --- src/tabviews/zshare/normalTable/index.scss | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/tabviews/zshare/normalTable/index.scss b/src/tabviews/zshare/normalTable/index.scss index ebc746e..31344f4 100644 --- a/src/tabviews/zshare/normalTable/index.scss +++ b/src/tabviews/zshare/normalTable/index.scss @@ -121,6 +121,7 @@ img { max-width: 100%; + max-height: 128px; display: block; } img + img { @@ -142,6 +143,7 @@ img { max-width: 100%; + max-height: 128px; display: block; float: right; } @@ -167,12 +169,15 @@ } } .picture-col { - img { - max-width: 100%; - display: inline-block; + margin-left: -5px; + margin-right: -5px; + >.ant-col { + padding: 5px; } - img + img { - margin-top: 10px; + .mk-picture { + background-color: #d9d9d9; + background-position: center center; + background-size: cover; } .image-scale { cursor: zoom-in; @@ -202,6 +207,12 @@ padding-left: 0px; } } + + .video-wrap { + .video-react-playback-rate { + display: none; + } + } } .ant-table-tbody > tr > td[rowspan] { vertical-align: middle; -- Gitblit v1.8.0