fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

903 B

bi.center

水平和垂直方向都居中容器, 非自适应,用于宽度高度固定的面板

{% method %} source

{% common %}


BI.createWidget({
    type: "bi.center",
    element: "#wrapper",
    items: [{
        type: "bi.label",
        text: "Center 1,这里虽然设置label的高度30,但是最终影响高度的是center布局",
        cls: "layout-bg1",
        whiteSpace: "normal"
    },{
        type: "bi.label",
        text: "Center 2,为了演示label是占满整个的,用了一个whiteSpace:normal",
        cls: "layout-bg2",
        whiteSpace: "normal"
    }],
    hgap: 20,
    vgap: 20
});


{% endmethod %}

API

基础属性
参数 说明 类型 可选值 默认值