Skip to content

Commit 401d923

Browse files
xucr11GreatZP
authored andcommitted
fix(module:date-picker-pro): border radius style
1 parent 263d4e3 commit 401d923

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)