From 6c904dc547619c028dbf32486ea58e07350054e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 28 Jun 2024 15:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/components/message.vue | 13 +- src/views/system/components/miniProgram.vue | 11 +- .../system/components/officialAccount.vue | 8 +- src/views/system/components/propaganda.vue | 11 +- src/views/system/components/question.vue | 11 +- src/views/system/components/script.vue | 183 ++++-------------- 6 files changed, 77 insertions(+), 160 deletions(-) diff --git a/src/views/system/components/message.vue b/src/views/system/components/message.vue index 0da5bfd..9860eac 100644 --- a/src/views/system/components/message.vue +++ b/src/views/system/components/message.vue @@ -1,6 +1,7 @@ - + @@ -168,7 +169,7 @@ export default { this.$emit("on-template", { templateId: '', templateName: '', templateContent: "" }); }, handleselect(item) { - console.log(item.id,'id') + console.log(item.id, 'id') this.handleselectId = item.id this.handleselectName = item.textMessageName this.$emit("on-template", { templateId: item.id, templateName: item.textMessageName, templateContent: item.templateContent }); @@ -238,6 +239,10 @@ export default { padding: 0 !important; } +::v-deep .el-dialog__body { + padding-bottom: 60px; +} + ::v-deep .el-input-number .el-input__inner { text-align: left; } diff --git a/src/views/system/components/miniProgram.vue b/src/views/system/components/miniProgram.vue index f28ca97..98cdab0 100644 --- a/src/views/system/components/miniProgram.vue +++ b/src/views/system/components/miniProgram.vue @@ -1,6 +1,7 @@ @@ -235,6 +236,10 @@ export default { text-align: left; } +::v-deep .el-dialog__body { + padding-bottom: 60px; +} + .app-container { display: inline-block; padding: 0 !important; diff --git a/src/views/system/components/officialAccount.vue b/src/views/system/components/officialAccount.vue index af64b95..161a8c9 100644 --- a/src/views/system/components/officialAccount.vue +++ b/src/views/system/components/officialAccount.vue @@ -70,10 +70,10 @@ - + @@ -236,6 +236,10 @@ export default { text-align: left; } +::v-deep .el-dialog__body { + padding-bottom: 60px; +} + .app-container { display: inline-block; padding: 0 !important; diff --git a/src/views/system/components/propaganda.vue b/src/views/system/components/propaganda.vue index e792e92..b6de9ef 100644 --- a/src/views/system/components/propaganda.vue +++ b/src/views/system/components/propaganda.vue @@ -1,6 +1,7 @@ @@ -284,6 +285,10 @@ export default { padding: 0 !important; } +::v-deep .el-dialog__body { + padding-bottom: 60px; +} + .propagandaselect { width: 100px; height: 100px; diff --git a/src/views/system/components/question.vue b/src/views/system/components/question.vue index 4ed9852..eba7483 100644 --- a/src/views/system/components/question.vue +++ b/src/views/system/components/question.vue @@ -1,6 +1,7 @@ @@ -200,6 +201,10 @@ export default { };