forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~GUY/fineui:master to master * commit '9beb6aa2a02e32d10e6f8a909354b03533516ff3': stretch能够根据是否有滚动条能够动态选择,而不需要主动选择 stretch能够根据是否有滚动条能够动态选择,而不需要主动选择es6
guy
4 years ago
7 changed files with 29 additions and 15 deletions
@ -1,5 +1,6 @@ |
|||||||
/** |
/** |
||||||
* 浮动的水平居中布局 |
* 浮动的水平居中布局 |
||||||
*/ |
*/ |
||||||
BI.FloatHorizontalLayout = BI.inherit(BI.Layout); |
BI.FloatHorizontalLayout = function () { |
||||||
|
}; |
||||||
BI.shortcut("bi.horizontal_float", BI.FloatHorizontalLayout); |
BI.shortcut("bi.horizontal_float", BI.FloatHorizontalLayout); |
||||||
|
Loading…
Reference in new issue