Commit 33898c65 authored by xiejb's avatar xiejb

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

parent 8ff2eaf1
...@@ -125,6 +125,7 @@ export default { ...@@ -125,6 +125,7 @@ export default {
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
margin: 10PX; margin: 10PX;
-webkit-overflow-scrolling: touch;
.invoiceItem{ .invoiceItem{
height: 230PX; height: 230PX;
background-color: white; background-color: white;
......
...@@ -125,6 +125,7 @@ export default { ...@@ -125,6 +125,7 @@ export default {
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
padding: 10PX; padding: 10PX;
-webkit-overflow-scrolling: touch;
.invoiceItem{ .invoiceItem{
height: 145PX; height: 145PX;
background-color: white; background-color: white;
......
...@@ -125,6 +125,7 @@ export default { ...@@ -125,6 +125,7 @@ export default {
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
padding: 10PX; padding: 10PX;
-webkit-overflow-scrolling: touch;
.invoiceItem{ .invoiceItem{
// height: 145PX; // height: 145PX;
background-color: white; background-color: white;
......
...@@ -191,6 +191,8 @@ export default { ...@@ -191,6 +191,8 @@ export default {
height: 100%; height: 100%;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
// overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 10PX; padding: 10PX;
.orderItem{ .orderItem{
// height: 250PX; // height: 250PX;
......
...@@ -125,6 +125,7 @@ export default { ...@@ -125,6 +125,7 @@ export default {
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
padding: 10PX; padding: 10PX;
-webkit-overflow-scrolling: touch;
.invoiceItem{ .invoiceItem{
// height: 145PX; // height: 145PX;
background-color: white; background-color: white;
......
...@@ -121,7 +121,7 @@ export default { ...@@ -121,7 +121,7 @@ export default {
} }
.numBtn{ .numBtn{
height: 13PX; height: 13PX;
line-height: 13PX; line-height: 10PX;
min-width: 35PX; min-width: 35PX;
font-size: 8PX; 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