From e08bc304e5be985bf83d4e668daf8ffa0f256e14 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期四, 18 十一月 2021 11:15:44 +0800 Subject: [PATCH] update: 我的顧問清單/預約清單: 調整需求單樣式 --- PAMapp/components/Client/ClientCard.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue index ec0d0b2..6bfcef1 100644 --- a/PAMapp/components/Client/ClientCard.vue +++ b/PAMapp/components/Client/ClientCard.vue @@ -42,6 +42,7 @@ <Ui-Dialog :isVisible.sync="isVisibleDialog" :width="width" + class="pam-myDemand-dialog" > <h5 class="subTitle text--center mb-30" >{{isReserved ? '������' : '撌脰蝯∟���'}}</h5> @@ -98,7 +99,7 @@ get hopeContactTime() { const contactList = this.client.hopeContactTime.split("'").map(item => item.slice(0, item.length)); - return contactList.filter(item => !!item) + return contactList.filter(item => !!item && item !== ",") } get time() { @@ -196,10 +197,10 @@ .dialogTxt { font-size: 20px; - overflow:scroll; + overflow-y:scroll; height:400px; } - + .text-right { text-align: right; -- Gitblit v1.8.0