浏览代码

feat:修改日期删除后的Bug

AmandaG 1 年之前
父节点
当前提交
b2d18374c8
共有 2 个文件被更改,包括 7 次插入3 次删除
  1. 7 0
      src/components/DateRange/src/components/CalendarDate.vue
  2. 0 3
      src/styles/Antdui.scss

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