From a3ccf8d711c7588f1fc99ff591b062653f51aa87 Mon Sep 17 00:00:00 2001 From: gongdi <410827992@qq.com> Date: Fri, 23 Sep 2022 16:50:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=8B=E6=B5=A6=E5=AD=A6=E6=A0=A1=E5=85=AB?= =?UTF-8?q?=E5=A4=A7=E4=B8=AD=E5=BF=83=20=E5=BE=B7=E8=82=B2=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../servicePlatform/imgTextAdmin/imgAdmin.vue | 2 +- .../moralEducation/physicalList.vue | 171 +++++++++++++++--- .../moralEducation/studentHonor.vue | 107 ++++++----- .../moralEducation/teacherAppraising.vue | 5 +- 4 files changed, 211 insertions(+), 74 deletions(-) diff --git a/src/views/screenAdaptation/pages/adminCenter/servicePlatform/imgTextAdmin/imgAdmin.vue b/src/views/screenAdaptation/pages/adminCenter/servicePlatform/imgTextAdmin/imgAdmin.vue index 6383533..1b6a581 100644 --- a/src/views/screenAdaptation/pages/adminCenter/servicePlatform/imgTextAdmin/imgAdmin.vue +++ b/src/views/screenAdaptation/pages/adminCenter/servicePlatform/imgTextAdmin/imgAdmin.vue @@ -395,7 +395,7 @@ background-color: white; margin-bottom: 0.5rem; display: flex; - justify-content: space-between; + justify-content: flex-end; align-items: center; padding: 0 0.5rem; .ant-select { diff --git a/src/views/screenAdaptation/pages/adminCenter/servicePlatform/moralEducation/physicalList.vue b/src/views/screenAdaptation/pages/adminCenter/servicePlatform/moralEducation/physicalList.vue index cbc6e2d..e6e60d6 100644 --- a/src/views/screenAdaptation/pages/adminCenter/servicePlatform/moralEducation/physicalList.vue +++ b/src/views/screenAdaptation/pages/adminCenter/servicePlatform/moralEducation/physicalList.vue @@ -3,26 +3,39 @@