提交 222a8453 编写于 作者: shutao-dc's avatar shutao-dc

update list-view.uvue scroll-view-props.uvue 还原部分属性适配自动化测试

上级 787686a6
......@@ -194,7 +194,7 @@
<style>
.main {
max-height: 250px;
max-height: 360px;
padding: 5px 0;
border-bottom: 1px solid rgba(0, 0, 0, .06);
flex-direction: row;
......@@ -202,7 +202,8 @@
}
.main .list-item {
height: 240px;
width: 100%;
height: 360px;
border: 1px solid #666;
background-color: #66ccff;
align-items: center;
......
......@@ -206,14 +206,14 @@
<style>
.uni-margin-wrap {
height: 200px;
height: 360px;
margin: 0 25px 25px 25px;
}
.item {
justify-content: center;
align-items: center;
height: 200px;
height: 360px;
width: 100%;
background-color: azure;
border-width: 1px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册