forked from fanruan/fineui
guy
4 years ago
3 changed files with 5 additions and 3 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