From ae76e266c34b55d4c8ca18424ce76c80f778d488 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 30 Sep 2022 16:48:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E5=BA=93=20=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=8F=82=E6=95=B0=E8=AF=B4=E6=98=8E=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/tableCollection/index1.vue | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/jero-web/src/components/tableCollection/index1.vue b/jero-web/src/components/tableCollection/index1.vue index 1a1f2281e..04d5ed9c7 100644 --- a/jero-web/src/components/tableCollection/index1.vue +++ b/jero-web/src/components/tableCollection/index1.vue @@ -731,6 +731,34 @@ ::v-deep .ant-table-body { background: transparent!important; } + .textfield { + width: 100%; + margin-bottom: 8px; + display: flex; + + .textfield-left { + width: 80px; + display: inline-block; + font-size: 16px; + color: #040B29; + font-weight: 400; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + } + + .textfield-right { + display: inline-block; + font-size: 16px; + //text-overflow: ellipsis; + //white-space: nowrap; + width: 100%; + overflow: hidden; + word-break: break-word; + color: #040B29; + font-weight: 400; + } + } .content-text { width: 100%; display: flex;