b2nil / taro-ui-vue3

采用 Vue 3.0 重写的 Taro UI 组件库
https://b2nil.github.io/taro-ui-vue3/
MIT License
160 stars 51 forks source link

AtFlex align-items 以及 align-content 样式无效 #7

Closed b2nil closed 3 years ago

b2nil commented 4 years ago

<at-flex align="start|end|stretch..."> 编译后小程序开发工具显示的样式貌似正确, 但是显示的样式始终为center

.at-row__align--stretch { //./pages/layout/flex/index.wxss: 675
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-align: stretch;

}

style