forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~WINDY/fui:master to master * commit '959f6d1280aaac175f0f7b3587a1022b4a040df2': BI-80409 时间类型控件全系列可设置是否显示动态日期es6
windy
4 years ago
23 changed files with 160 additions and 102 deletions
@ -1,5 +1,7 @@ |
|||||||
@import "../../index"; |
@import "../../index"; |
||||||
|
|
||||||
.bi-dynamic-date-popup{ |
.bi-dynamic-date-popup{ |
||||||
|
& .dynamic-date-pane { |
||||||
|
min-height: 290px; |
||||||
|
} |
||||||
} |
} |
@ -1,5 +1,7 @@ |
|||||||
@import "../../index"; |
@import "../../index"; |
||||||
|
|
||||||
.bi-dynamic-date-time-popup{ |
.bi-dynamic-date-time-popup{ |
||||||
|
& .dynamic-date-pane { |
||||||
|
min-height: 331px; |
||||||
|
} |
||||||
} |
} |
@ -1,5 +1,7 @@ |
|||||||
@import "../../index"; |
@import "../../index"; |
||||||
|
|
||||||
.bi-year-month-popup{ |
.bi-year-month-popup{ |
||||||
|
& .dynamic-year-month-pane { |
||||||
|
min-height: 191px; |
||||||
|
} |
||||||
} |
} |
@ -1,5 +1,7 @@ |
|||||||
@import "../../index"; |
@import "../../index"; |
||||||
|
|
||||||
.bi-year-month-popup{ |
.bi-year-quarter-popup{ |
||||||
|
& .dynamic-year-quarter-pane { |
||||||
|
min-height: 187px; |
||||||
|
} |
||||||
} |
} |
Loading…
Reference in new issue