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;