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; } }