From 4e27ba39ea206aa0c186327c15f5f106b79b2db1 Mon Sep 17 00:00:00 2001 From: zhaomeijing <3223191529@qq.com> Date: Mon, 6 Jun 2022 23:48:35 +0800 Subject: [PATCH] [update] --- jero-web/src/components/tableCollection/index.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 {