提交 26f8ef3b 编写于 作者: fxy060608's avatar fxy060608

feat(h5): nvue add scroll-view flex

上级 71e9a7fd
......@@ -121,15 +121,15 @@ uni-page {
opacity: 0
}
[nvue] uni-view {
display: flex;
flex-direction: column;
box-sizing: border-box;
}
[nvue] uni-view,
[nvue] uni-swiper-item {
display: flex;
[nvue] uni-swiper-item,
[nvue] uni-scroll-view {
display: flex;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
[nvue-dir-row] uni-view,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册