From 30c67d46273f7fc14b9290e6cd6094e6777949f6 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 10 Dec 2024 17:40:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 27 ++++++++++++++------------- pages/workPlan/dayPlan/inf-index.vue | 13 ++++++++++--- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index fe7f40f..7f1f4d4 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -4,23 +4,24 @@ "version" : "0.0", "configurations" : [ { - "app-plus" : - { - "launchtype" : "local" - }, - "default" : - { - "launchtype" : "local" - }, - "mp-weixin" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" + "app-plus" : { + "launchtype" : "local" + }, + "default" : { + "launchtype" : "local" + }, + "mp-weixin" : { + "launchtype" : "local" + }, + "type" : "uniCloud" }, { "playground" : "standard", "type" : "uni-app:app-android" + }, + { + "playground" : "standard", + "type" : "uni-app:app-ios" } ] } diff --git a/pages/workPlan/dayPlan/inf-index.vue b/pages/workPlan/dayPlan/inf-index.vue index b7feb63..330f982 100644 --- a/pages/workPlan/dayPlan/inf-index.vue +++ b/pages/workPlan/dayPlan/inf-index.vue @@ -384,11 +384,16 @@ > - + > --> + @@ -1330,6 +1335,8 @@ export default { e.imgCount -= e.imgViewList.length } + + // console.log(e.imgViewList, 'e.imgViewList--') }) this.activeFormPages = 0 @@ -2713,7 +2720,7 @@ export default { .delete-icon { position: absolute; - top: 3rpx; + top: 20rpx; right: 3rpx; }