From ef6bf60a6863513d5ac15656fb31f62706bb9d63 Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 6 Aug 2024 11:36:08 +0800 Subject: [PATCH] =?UTF-8?q?[update=2088061]=20=E8=B5=84=E6=96=99=E4=B8=AD?= =?UTF-8?q?=E5=BF=831366=E6=97=A5=E6=9C=9F=E6=8F=90=E7=A4=BA=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 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; }