From fd51d4f6f294043925e13dc96506ee6b89665f75 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 27 Dec 2015 14:29:05 +0800 Subject: [PATCH] update RangePicker style --- style/components/datepicker/RangePicker.less | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/style/components/datepicker/RangePicker.less b/style/components/datepicker/RangePicker.less index 183f68616f..2d7c5d1238 100644 --- a/style/components/datepicker/RangePicker.less +++ b/style/components/datepicker/RangePicker.less @@ -83,7 +83,7 @@ .@{calendar-prefix-cls}-decade-panel-body, .@{calendar-prefix-cls}-year-panel-body, .@{calendar-prefix-cls}-month-panel-body { - border-bottom: 1px solid #e9e9e9; + border-bottom: 1px solid @border-color-split; } &.@{calendar-prefix-cls}-week-number { @@ -108,8 +108,13 @@ } .@{calendar-prefix-cls}-in-range-cell { - background: tint(@primary-color, 90%); border-radius: 0; + > span { + background: tint(@primary-color, 90%); + width: 100%; + border-radius: 0; + border: 0; + } } &-bottom {