Browse Source
Merge in VISUAL/fineui from ~TELLER/fineui:master to master * commit '1c63cc8f965fa4beb6df31aceae693f14842e42e': fix: 需要减去border的高度 fix: 需要加上最小高度 refactor: 修改代码 BI-73417 fix: 高度最大为600,需要算上footer的高度es6
Teller
4 years ago
3 changed files with 25 additions and 27 deletions
@ -1,13 +0,0 @@
|
||||
@maxHeight: 600px; |
||||
|
||||
.bi-popover { |
||||
.dynamic-height-limit-layout-small { |
||||
min-height: 200px; |
||||
max-height: @maxHeight; |
||||
} |
||||
|
||||
.dynamic-height-limit-layout-big, .dynamic-height-limit-layout-default { |
||||
min-height: 500px; |
||||
max-height: @maxHeight; |
||||
} |
||||
} |
Loading…
Reference in new issue