diff --git a/YiJi-admin/src/components/Yewu/YuYue202506.vue b/YiJi-admin/src/components/Yewu/YuYue202506.vue index e8ad12c..3b3db54 100644 --- a/YiJi-admin/src/components/Yewu/YuYue202506.vue +++ b/YiJi-admin/src/components/Yewu/YuYue202506.vue @@ -809,9 +809,11 @@ background-color: #fff; border: 1px solid #e8e8e8; width: 120px; - height: 34px; - line-height: 34px; cursor: default; + display: flex; + justify-content: center; /* 水平居中 */ + align-items: center; /* 垂直居中 */ + padding: 4px; } .zhenshiButton_active { diff --git a/YiJi-admin/src/views/AppointmentMngr/PlanList.vue b/YiJi-admin/src/views/AppointmentMngr/PlanList.vue index 3018a78..c454ffe 100644 --- a/YiJi-admin/src/views/AppointmentMngr/PlanList.vue +++ b/YiJi-admin/src/views/AppointmentMngr/PlanList.vue @@ -670,13 +670,12 @@ .zhenshiButton { width: 150px; - line-height: 36px; - height: 36px; border: 1px solid #e8e8e8; text-align: center; margin-top: 4px; border-radius: 4px; cursor: default; + padding: 6px 6px; } .zhenshiButtonActive { diff --git a/YiJi-admin/src/views/AppointmentMngr/PlanModel.vue b/YiJi-admin/src/views/AppointmentMngr/PlanModel.vue index e00015d..b1a1e58 100644 --- a/YiJi-admin/src/views/AppointmentMngr/PlanModel.vue +++ b/YiJi-admin/src/views/AppointmentMngr/PlanModel.vue @@ -947,13 +947,12 @@ .zhenshiButton { width: 150px; - line-height: 36px; - height: 36px; border: 1px solid #e8e8e8; text-align: center; margin-top: 4px; border-radius: 4px; cursor: default; + padding: 6px 6px; } .zhenshiButtonActive { diff --git a/YiJi-admin/src/views/YeWu/MainList.vue b/YiJi-admin/src/views/YeWu/MainList.vue index 41f3f20..b822349 100644 --- a/YiJi-admin/src/views/YeWu/MainList.vue +++ b/YiJi-admin/src/views/YeWu/MainList.vue @@ -1,7 +1,10 @@