From 27ff0d556ea19b5477162c48a6acd656bdefc506 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期五, 21 一月 2022 14:20:18 +0800
Subject: [PATCH] update: 顧問_約訪中列表 - 調整排序功能的點擊範圍

---
 PAMapp/pages/myAppointmentList/contactedList.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/PAMapp/pages/myAppointmentList/contactedList.vue b/PAMapp/pages/myAppointmentList/contactedList.vue
index 5c4cd59..d842de8 100644
--- a/PAMapp/pages/myAppointmentList/contactedList.vue
+++ b/PAMapp/pages/myAppointmentList/contactedList.vue
@@ -14,8 +14,10 @@
             ></i>
         </el-input>
 
-        <div class="sort-indicator mb-10 text--primary text--underline cursor--pointer" @click="changeSortType">
-          {{ this.sortType === 'DESC' ? '�->���' : '���->�' }}
+        <div class="mb-10">
+          <a class="sort-indicator text--primary text--underline cursor--pointer" @click="changeSortType">
+            {{ this.sortType === 'DESC' ? '�->���' : '���->�' }}
+          </a>
         </div>
 
         <ClientList

--
Gitblit v1.8.0