From 779c252b685c119c22a9702d10640a34d0dbfd93 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Sat, 25 Jul 2020 19:00:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B6=88=E6=81=AF=E6=8F=90?= =?UTF-8?q?=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/index.css | 1 + .../message-steps/select-template.vue | 17 +++- .../message-alert/message-alert-add.vue | 78 +++++++++++++++++-- 3 files changed, 88 insertions(+), 8 deletions(-) diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 9e905b5..bb32d15 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -611,6 +611,7 @@ width: 620px!important; } .apass_table .border-active td { padding: 10px 0; + background-color: #e6ebfe; border-top: 2px solid #515fe7 !important; border-bottom: 2px solid #515fe7 !important; } diff --git a/src/components/message-steps/select-template.vue b/src/components/message-steps/select-template.vue index 1bbbd94..c4ecf23 100644 --- a/src/components/message-steps/select-template.vue +++ b/src/components/message-steps/select-template.vue @@ -95,7 +95,7 @@ type="textarea" placeholder="请输入消息详情,最多可以输入500字。" maxlength="500" - :disabled="true" + :disabled="!editContent" >

-

-

选择消息模板

-
+ +
取消 @@ -47,9 +50,11 @@ :active-icon="require('@/assets/imgs/progress_ic_renyuan.png')" class="apaas_step" > -
-

选择目标用户

-
+ +
取消 @@ -78,16 +83,23 @@