From e89467eaf089e7b5e6ff9eef0b2103875bbf285f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 12 Jan 2024 15:04:07 +0800 Subject: [PATCH] fix 80247 --- .../profileCenter/ProfileCenterList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue index 52b67f68..74b6e8db 100644 --- a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue +++ b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue @@ -404,4 +404,8 @@ export default { .tree-operate-node-selected { background-color: #ffd9d1 !important; } + +/deep/ .table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label { + min-width: 60px; +}