From 5fddf15870b2e2f161c07ff6617ff18a5f7a42ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 26 May 2023 15:36:17 +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 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/pages/atdTable/components/index.less b/src/pages/atdTable/components/index.less index fd705a0..065aef4 100644 --- a/src/pages/atdTable/components/index.less +++ b/src/pages/atdTable/components/index.less @@ -56,6 +56,27 @@ } } + .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 { font-size: 12px;