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