From b090a02988f1b920f85ba2bb56b748249c7a7283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Fri, 17 May 2024 10:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E6=B3=A8=E4=B8=8D=E5=AF=B9=E9=BD=90?= =?UTF-8?q?=EF=BC=8C=20=E5=B7=A1=E6=9F=A5=E8=AF=A6=E6=83=85=E6=96=B0?= =?UTF-8?q?=E9=9A=90=E6=82=A3=E6=B7=BB=E5=8A=A0=E5=90=8E=EF=BC=8Cinput?= =?UTF-8?q?=E4=B8=8D=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InspectionReport/pages/InspectionReport/InspectionReport.js | 2 +- .../pages/InspectionReport/InspectionReport.wxss | 1 - .../pages/safetyinspection/safetyinspection.wxml | 2 +- .../pages/safetyinspection/safetyinspection.wxss | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subpages/InspectionReport/pages/InspectionReport/InspectionReport.js b/subpages/InspectionReport/pages/InspectionReport/InspectionReport.js index 1c79c01..96809f5 100644 --- a/subpages/InspectionReport/pages/InspectionReport/InspectionReport.js +++ b/subpages/InspectionReport/pages/InspectionReport/InspectionReport.js @@ -300,7 +300,7 @@ Page({ }); }, addAnother() { - let newValue = this.data.arr1.length + 1; // 根据数组长度确定新值 + let newValue = this.data.arr1.length + 1; // 根据addAnother数组长度确定新值 let newArr = this.data.arr1.concat({ value: newValue.toString(), name: this.data.hazardDesc diff --git a/subpages/InspectionReport/pages/InspectionReport/InspectionReport.wxss b/subpages/InspectionReport/pages/InspectionReport/InspectionReport.wxss index fedec8a..f5bb206 100644 --- a/subpages/InspectionReport/pages/InspectionReport/InspectionReport.wxss +++ b/subpages/InspectionReport/pages/InspectionReport/InspectionReport.wxss @@ -110,7 +110,6 @@ page { display: flex; flex-direction: column; margin: 20rpx; - padding-left: 40rpx; } .image1{ margin-top: 20rpx; diff --git a/subpages/safetyinspection/pages/safetyinspection/safetyinspection.wxml b/subpages/safetyinspection/pages/safetyinspection/safetyinspection.wxml index 2355ea5..f2f9bb3 100644 --- a/subpages/safetyinspection/pages/safetyinspection/safetyinspection.wxml +++ b/subpages/safetyinspection/pages/safetyinspection/safetyinspection.wxml @@ -32,7 +32,7 @@ - + diff --git a/subpages/safetyinspection/pages/safetyinspection/safetyinspection.wxss b/subpages/safetyinspection/pages/safetyinspection/safetyinspection.wxss index bd670fc..c76320a 100644 --- a/subpages/safetyinspection/pages/safetyinspection/safetyinspection.wxss +++ b/subpages/safetyinspection/pages/safetyinspection/safetyinspection.wxss @@ -134,6 +134,7 @@ page { display: flex; flex-direction: column; margin: 20rpx; + padding-left: 40rpx; } .image1{ margin-top: 20rpx;