摘要:
flex容器 6种属性可以设置在容器上 水平主轴,垂直交叉轴 display: flex; //inline-flex行内 flex-direction: row; //主轴的方向, 还有column column-reverse 反转 flex-wrap: wrap; //容器内是否允许换行 no 阅读全文
摘要:
全局导航栏navigationBarTitleText:导航标题navigationBarBackgroundColor:导航颜色,#2b4b6bnavigationBarTextStyle:导航栏标题颜色仅支持white/blackbackgroundColor:下拉窗口背景色enablePull 阅读全文