From f7a7c328aaafa40acfb65ecb2f19e467a76c59fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 12 Jun 2023 11:23:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=9B=E5=BE=AE=E8=96=AA=E8=B5=84=E6=A0=B8?= =?UTF-8?q?=E7=AE=97iframe=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/atdTable/components/index.less | 71 ++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 6 deletions(-) diff --git a/src/pages/atdTable/components/index.less b/src/pages/atdTable/components/index.less index 65e40a2..928ff6c 100644 --- a/src/pages/atdTable/components/index.less +++ b/src/pages/atdTable/components/index.less @@ -56,9 +56,39 @@ } } + .customSpan { + display: flex; + align-items: center; + width: 100%; + justify-content: space-between; + + span.title { + flex: 1; + margin-right: 4px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + + :global { + .ant-tag { + margin-right: 0; + } + } + } + :global { - .ant-btn-link { + .ant-btn-link, .ant-dropdown-trigger { font-size: 12px; + color: #333; + } + + .ant-btn-link:hover { + color: #00a9ff; + + span { + text-decoration: underline; + } } .ant-table-tbody > tr.ant-table-row:hover > td { @@ -87,6 +117,15 @@ } } + .ant-pagination-item-active { + background: var(--ant-primary-color); + border: none; + + & > a { + color: #FFF; + } + } + .ant-pagination-options { .ant-select { font-size: 12px; @@ -135,6 +174,19 @@ .moreIconWrapper { :global { + .ant-btn-link { + font-size: 12px; + color: #333; + } + + .ant-btn-link:hover { + color: #00a9ff; + + span { + text-decoration: underline; + } + } + .ant-popover-inner { min-width: 106px } @@ -156,17 +208,24 @@ } } -:global{ - .rankMapWrapper{ - .ant-table-thead>tr>th{ +:global { + .rankMapWrapper { + .ant-table-thead > tr > th { background: #ED7D31; } } + .bg_1_Cols { - background: #ED7D31!important; + background: #ED7D31 !important; + } + + th.bg_1_Cols { + height: 48px; + line-height: 48px; } + .bg_2_Cols { - background: #DEE0E3!important; + background: #DEE0E3 !important; } }