diff --git a/app/view/index/edit.html b/app/view/index/edit.html index 1d5bc98..9ba6c64 100644 --- a/app/view/index/edit.html +++ b/app/view/index/edit.html @@ -71,7 +71,7 @@
- +
@@ -111,7 +111,7 @@
- +
@@ -131,7 +131,7 @@
- +
diff --git a/app/view/index/index.html b/app/view/index/index.html index fc846b2..4e30cce 100644 --- a/app/view/index/index.html +++ b/app/view/index/index.html @@ -294,7 +294,7 @@ layer.open({ type: 2, title: '车辆信息--' + data.car_no, - area: ['1100px','600px'], + area: ['1100px','735px'], shade: 0, maxmin: true, content: '{:url("index/edit")}?id=' + data.id, diff --git a/app/view/repeat/edit.html b/app/view/repeat/edit.html index a93410c..8f8ac1b 100644 --- a/app/view/repeat/edit.html +++ b/app/view/repeat/edit.html @@ -71,7 +71,7 @@
- +
@@ -111,7 +111,7 @@
- +
@@ -131,7 +131,7 @@
- +
diff --git a/app/view/repeat/index.html b/app/view/repeat/index.html index 4e2eb84..7ebd935 100644 --- a/app/view/repeat/index.html +++ b/app/view/repeat/index.html @@ -178,7 +178,7 @@ layer.open({ type: 2, title: '车辆信息--' + data.car_no, - area: ['1100px','600px'], + area: ['1100px','735px'], shade: 0, maxmin: true, content: '{:url("repeat/edit")}?id=' + data.id,