From da6fcce812c99892029ea54b7703f96ce92e37aa Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 27 十二月 2021 10:20:53 +0800 Subject: [PATCH] page refactor: appointment-list child components --- PAMapp/pages/myAppointmentList/appointmentList.vue | 6 +++--- PAMapp/pages/index.vue | 24 ++++++++++++------------ PAMapp/pages/myAppointmentList/contactedList.vue | 6 +++--- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue index 1f49b7d..b267189 100644 --- a/PAMapp/pages/index.vue +++ b/PAMapp/pages/index.vue @@ -110,19 +110,19 @@ } .reserveBtn.el-button--default { - width: 100%; - height: 110px; - border-radius: 10px; - margin-bottom: 15px; - font-size: 32px; - font-weight: 700; + width : 100%; + height : 110px; + border-radius : 10px; + margin-bottom : 15px; + font-size : 32px; + font-weight : 700; background-position: right; - background-size: cover; - color: #68737A; - text-align: left; - background-repeat: no-repeat; - box-shadow: 0px 0px 6px #a79b9b29; - border-width: 0; + background-size : cover; + color : #68737A; + text-align : left; + background-repeat : no-repeat; + box-shadow : 0px 0px 6px #a79b9b29; + border-width : 0; p { text-shadow: 1px 1px 5px $PRIMARY_WHITE; diff --git a/PAMapp/pages/myAppointmentList/appointmentList.vue b/PAMapp/pages/myAppointmentList/appointmentList.vue index 709e17e..7ed2b61 100644 --- a/PAMapp/pages/myAppointmentList/appointmentList.vue +++ b/PAMapp/pages/myAppointmentList/appointmentList.vue @@ -34,9 +34,9 @@ myAppointmentList!: ClientInfo[]; appointmentList: ClientInfo[] = []; - pageList: ClientInfo[] = []; - keyWord: string = ''; - filterList: ClientInfo[] = []; + filterList : ClientInfo[] = []; + keyWord : string = ''; + pageList : ClientInfo[] = []; ////////////////////////////////////////////////////////////////////// diff --git a/PAMapp/pages/myAppointmentList/contactedList.vue b/PAMapp/pages/myAppointmentList/contactedList.vue index 9b602ea..79e7fbf 100644 --- a/PAMapp/pages/myAppointmentList/contactedList.vue +++ b/PAMapp/pages/myAppointmentList/contactedList.vue @@ -47,9 +47,9 @@ } contactedList: ClientInfo[] = []; - pageList: ClientInfo[] = []; - keyWord: string = ''; - filterList: ClientInfo[] = []; + filterList : ClientInfo[] = []; + keyWord : string = ''; + pageList : ClientInfo[] = []; ////////////////////////////////////////////////////////////////////// -- Gitblit v1.8.0