Skip to content

Commit 11e3a17

Browse files
SimpleelegantSimpleelegant
authored andcommitted
merge fix-date-picker-pro-border-radius-style into master
fix(module:date-picker-pro): border radius style Created-by: xucr11 Commit-by: 锐来锐好 Merged-by: Simpleelegant Description: 【开源共创挑战赛】🐛 [Bug]: DatePickerPro组件最外层的圆角没有设置,在有色背景下显示突兀 https://gitcode.com/DevCloudFE/ng-devui/issues/3 See merge request: DevCloudFE/ng-devui!3
2 parents adfa12a + 016d96e commit 11e3a17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devui/datepicker-pro/datepicker-pro.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
@import '../style/theme/color';
2+
@import '../style/theme/corner';
23

34
.devui-datepicker-pro-wrapper {
45
display: inline-block;
56
background-color: $devui-base-bg;
7+
border-radius: $devui-border-radius;
68

79
.devui-single-picker {
810
position: relative;

0 commit comments

Comments
 (0)