diff --git a/src/views/administrative/appointmentList.vue b/src/views/administrative/appointmentList.vue index cf2d7f6..7b27851 100644 --- a/src/views/administrative/appointmentList.vue +++ b/src/views/administrative/appointmentList.vue @@ -463,10 +463,10 @@ .search-button { position: absolute; - top: 1%; + top: 0.2rem; right: 3%; width: 15%; - height: 100%; + height: 0.6rem; font-size: 0.3rem; } } diff --git a/src/views/enforce/enforcementPlan.vue b/src/views/enforce/enforcementPlan.vue index fe138cc..07d1959 100644 --- a/src/views/enforce/enforcementPlan.vue +++ b/src/views/enforce/enforcementPlan.vue @@ -415,10 +415,10 @@ .search-button { position: absolute; - top: 1%; + top: 0.2rem; right: 3%; width: 15%; - height: 100%; + height: 0.6rem; font-size: 0.3rem; } }