Skip to content

Commit

Permalink
tweak: picker start and end border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Jan 7, 2020
1 parent 0ceb6cc commit 6adb5bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/date-picker/style/panel.less
Expand Up @@ -229,6 +229,14 @@
background: @primary-color;
}

&-in-view&-range-start:not(&-range-end) .@{cellClassName} {
border-radius: 2px 0 0 2px;
}

&-in-view&-range-end:not(&-range-start) .@{cellClassName} {
border-radius: 0 2px 2px 0;
}

&-in-view&-range-start:not(&-range-start-single),
&-in-view&-range-end:not(&-range-end-single) {
&::before {
Expand Down

0 comments on commit 6adb5bd

Please sign in to comment.