From 4cd6de36c29501a2c32550ededdbc0e9bd29322c Mon Sep 17 00:00:00 2001 From: wersd <1523826083@qq.com> Date: Mon, 24 Nov 2025 21:36:14 +0800 Subject: [PATCH] =?UTF-8?q?mod=20=E9=85=8D=E7=BD=AE=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=EF=BC=8C=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=8F=8A=E5=B8=83=E5=B1=80=EF=BC=8C=E8=B0=83=E6=95=B4=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E5=92=8C=E5=AF=B9=E9=BD=90=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../crm/project/inspection/record/index.vue | 117 +++++++----------- 1 file changed, 46 insertions(+), 71 deletions(-) diff --git a/src/views/crm/project/inspection/record/index.vue b/src/views/crm/project/inspection/record/index.vue index 4bc64e40d..6ac9370c6 100644 --- a/src/views/crm/project/inspection/record/index.vue +++ b/src/views/crm/project/inspection/record/index.vue @@ -271,26 +271,20 @@ {{ getUserName(scope.row.inspector) }} - + @@ -361,26 +355,20 @@ {{ getUserName(scope.row.inspector) }} - + @@ -450,26 +438,20 @@ {{ getUserName(scope.row.inspector) }} - + @@ -1278,27 +1260,20 @@ watch(list, (newList) => { .table-config-types { display: flex; flex-direction: row; - flex-wrap: wrap; - gap: 4px; - justify-content: flex-start; + justify-content: center; align-items: center; + gap: 6px; + width: 100%; + min-height: 24px; .config-type-tag { margin: 0; white-space: nowrap; flex-shrink: 0; - } - - .config-type-more { - cursor: pointer; - background-color: #909399; - border-color: #909399; - - &:hover { - background-color: #73767a; - border-color: #73767a; - } + max-width: none; + overflow: visible; + text-overflow: clip; } }