From c4c66f15e9eafae18de9b8e30340cc391fe3744d Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Wed, 31 Aug 2022 02:44:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=8F=8A=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/index/edit.html | 6 +++--- app/view/index/index.html | 2 +- app/view/repeat/edit.html | 6 +++--- app/view/repeat/index.html | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) 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,