Kaynağa Gözat

feat:修改日期删除后的Bug

AmandaG 1 yıl önce
ebeveyn
işleme
b2d18374c8

+ 7 - 0
src/components/DateRange/src/components/CalendarDate.vue

@@ -134,4 +134,11 @@ const handlePanelChange = (value: any, mode: any) => {
   margin-bottom: 4px;
   color: var(--color-neutral-2);
 }
+.iconfont_icon {
+  margin-right: 0;
+}
+.iconfont {
+  width: 14px;
+  height: 14px;
+}
 </style>

+ 0 - 3
src/styles/Antdui.scss

@@ -69,7 +69,4 @@
   }
  .ant-picker-dropdown .ant-picker-date-panel .ant-picker-content th {
   color: var(--color-neutral-3);
- }
-.ant-picker .ant-picker-clear {
-  inset-inline-end: 14px;
  }