案件委托可以表单页面可滚动

This commit is contained in:
2023-05-24 16:57:48 +08:00
parent 9b00b0fe4a
commit 3eaaa25299
2 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
"type" : "uniCloud" "type" : "uniCloud"
}, },
{ {
"playground" : "custom", "playground" : "standard",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
} }
] ]

View File

@@ -191,6 +191,8 @@
} }
} }
}, },
methods: { methods: {
// 民事类型列表 // 民事类型列表
@@ -368,7 +370,7 @@
background-color: #111e4b; background-color: #111e4b;
width: 100vw; width: 100vw;
overflow-y: scroll; overflow-y: scroll;
position: fixed; // position: fixed;
} }
.top { .top {