Skip to content

Commit 35d6d6a

Browse files
easyopseasyops
authored andcommitted
fix: 1.修改月份选中的纯圆角。2.修改季度选中的背景颜色、文本与背景间距、纯圆角
1 parent ba34af4 commit 35d6d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bricks/form/src/date-picker/styles.shadow.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
}
2424
.quarterPicker .quarterContent:hover {
2525
background: var(--antd-picker-basic-cell-hover-bg);
26-
border-radius: 12px;
26+
border-radius: 15px;
2727
}
2828
.quarterPicker .selectedQuarter {
2929
color: var(--antd-picker-panel-cell-selected-color);
3030
background: var(--palette-blue-6);
31-
border-radius: 12px;
31+
border-radius: 15px;
3232
}
3333
.quarterPicker .ant-picker-quarter-panel .ant-picker-content tr {
3434
display: flex;

0 commit comments

Comments
 (0)