From 8b54d9e747d8a97e2ee7e8de3d957507e2ddf5f8 Mon Sep 17 00:00:00 2001 From: charlie <charlie@lvguanqingdeMacBook-Pro.local> Date: 星期六, 22 一月 2022 18:11:08 +0800 Subject: [PATCH] Fixed: 修正預約結案的tag-filter的下邊距 --- PAMapp/pages/myAppointmentList/closedList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/pages/myAppointmentList/closedList.vue b/PAMapp/pages/myAppointmentList/closedList.vue index 4802f56..4e6d18f 100644 --- a/PAMapp/pages/myAppointmentList/closedList.vue +++ b/PAMapp/pages/myAppointmentList/closedList.vue @@ -14,7 +14,7 @@ ></i> </el-input> - <div class="closed-appointment__tag-filter"> + <div class="closed-appointment__tag-filter mb-10"> <el-radio v-model="selectedClosedCategory" :label="'all'" border>��({{ itemSum }})</el-radio> <el-radio v-model="selectedClosedCategory" :label="'done'" border>��漱({{ doneItemSum }})</el-radio> <el-radio v-model="selectedClosedCategory" :label="'closed'" border>���漱({{ closedItemSum }})</el-radio> -- Gitblit v1.8.0