diff --git a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue index 3a2de38..43c3009 100644 --- a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue +++ b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue @@ -417,6 +417,10 @@ export default { background-color: #e6f4ff !important; } +// 日期选择框 右侧重叠的问题 +/deep/ .ant-calendar-picker-input.ant-input { + padding-right: 0; +} /deep/ .table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label { min-width: 60px; }