mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +08:00
fix lesshint
This commit is contained in:
parent
9be6901794
commit
903bb1aa82
@ -9,6 +9,8 @@
|
|||||||
"duplicateProperty": false,
|
"duplicateProperty": false,
|
||||||
"importPath": false,
|
"importPath": false,
|
||||||
"finalNewline": false,
|
"finalNewline": false,
|
||||||
|
"newlineAfterBlock": false,
|
||||||
|
"maxCharPerLine": false,
|
||||||
"excludedFiles": [
|
"excludedFiles": [
|
||||||
"components/layout/style/mixin.less",
|
"components/layout/style/mixin.less",
|
||||||
"components/style/core/base.less",
|
"components/style/core/base.less",
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
.@{timepicker-prefix-cls} {
|
.@{timepicker-prefix-cls} {
|
||||||
height: 207px;
|
height: 207px;
|
||||||
top: 68px;
|
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 {
|
&-panel {
|
||||||
height: 241px;
|
height: 241px;
|
||||||
margin-top: -34px;
|
margin-top: -34px;
|
||||||
|
Loading…
Reference in New Issue
Block a user