mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
fix lesshint
This commit is contained in:
parent
9be6901794
commit
903bb1aa82
@ -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",
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user