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

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

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