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;