From 903bb1aa82731af9512db23012a09d955cfdec18 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 8 Sep 2016 11:14:39 +0800 Subject: [PATCH] fix lesshint --- .lesshintrc | 2 ++ components/date-picker/style/RangePicker.less | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.lesshintrc b/.lesshintrc index d798ace46586..64c458cff177 100644 --- a/.lesshintrc +++ b/.lesshintrc @@ -9,6 +9,8 @@ "duplicateProperty": false, "importPath": false, "finalNewline": false, + "newlineAfterBlock": false, + "maxCharPerLine": false, "excludedFiles": [ "components/layout/style/mixin.less", "components/style/core/base.less", diff --git a/components/date-picker/style/RangePicker.less b/components/date-picker/style/RangePicker.less index 8b6621910004..5219814db002 100644 --- a/components/date-picker/style/RangePicker.less +++ b/components/date-picker/style/RangePicker.less @@ -172,7 +172,7 @@ .@{timepicker-prefix-cls} { height: 207px; top: 68px; - z-index: 2; // in order to cover .ant-calendar-range .ant-calendar-in-range-cell > div (z-index: 1) + z-index: 2; // cover .ant-calendar-range .ant-calendar-in-range-cell > div (z-index: 1) &-panel { height: 241px; margin-top: -34px;