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