From 299f6b8f02b5de50708e3f0320b3c5e260a8f8e6 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Wed, 17 Dec 2025 19:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../identityWarning/item/items.vue | 35 +++++++++++++------ 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/item/items.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/item/items.vue index 2c3bbf5..41dcd5d 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/item/items.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/item/items.vue @@ -1,29 +1,39 @@ @@ -62,9 +76,10 @@ onMounted(() => { } .info-item{ line-height: 36px; + width: 100%; .text{ display: inline-block; - width: 200px; + width: 25%; margin-right: 10px; } }