diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index c561447bb..e7387add2 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -491,15 +491,14 @@ export default { margin-bottom: 8px; display: flex; .text-field-left { - width: 100px; + width: 70px; display: inline-block; - font-size: 14px; + font-size: 16px; + color: #040B29; font-weight: 400; - color: #6F7385; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; - margin-right: 24px; } .text-field-right {