UI组件
$align

用来设置对齐方式

export const $align = {
    start: 8388611,  // 在左侧
    end: 8388613, // 在右侧
    top: 48, // 在顶部
    bottom: 80, // 在底部 
    center_horizontal: 1, // 水平居中
    center_vertical: 16, // 垂直居中
    center: 17, // 水平垂直居中
}