Commit 33898c65 authored by xiejb's avatar xiejb

列表页面 适配iOS手机下拉刷新

parent 8ff2eaf1
......@@ -125,6 +125,7 @@ export default {
overflow-x: hidden;
overflow-y: auto;
margin: 10PX;
-webkit-overflow-scrolling: touch;
.invoiceItem{
height: 230PX;
background-color: white;
......
......@@ -125,6 +125,7 @@ export default {
overflow-x: hidden;
overflow-y: auto;
padding: 10PX;
-webkit-overflow-scrolling: touch;
.invoiceItem{
height: 145PX;
background-color: white;
......
......@@ -125,6 +125,7 @@ export default {
overflow-x: hidden;
overflow-y: auto;
padding: 10PX;
-webkit-overflow-scrolling: touch;
.invoiceItem{
// height: 145PX;
background-color: white;
......
......@@ -191,6 +191,8 @@ export default {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
// overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 10PX;
.orderItem{
// height: 250PX;
......
......@@ -125,6 +125,7 @@ export default {
overflow-x: hidden;
overflow-y: auto;
padding: 10PX;
-webkit-overflow-scrolling: touch;
.invoiceItem{
// height: 145PX;
background-color: white;
......
......@@ -121,7 +121,7 @@ export default {
}
.numBtn{
height: 13PX;
line-height: 13PX;
line-height: 10PX;
min-width: 35PX;
font-size: 8PX;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment