[issues/526]RangePicker 设置预设范围按钮样式问题---

pull/474/merge
zhangdaiscott 2023-05-17 20:04:28 +08:00
parent 64679f7193
commit 2e8c754559
1 changed files with 8 additions and 0 deletions

View File

@ -349,6 +349,14 @@
margin-right: 0;
}
//update-begin-author:liusq---date:20230517--for: [issues/526]RangePicker ---
.ant-picker-preset {
.ant-tag {
margin-right: 8px !important;
}
}
//update-end-author:liusq---date:20230517--for: [issues/526]RangePicker ---
.ant-table-wrapper {
padding: 6px;
background-color: @component-background;