From 12f1bbfa48c12675c8fab813426db4e68b2328c0 Mon Sep 17 00:00:00 2001 From: zhusiyu <410827992@qq.com> Date: Thu, 3 Nov 2022 00:02:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AB=E5=A4=A7=E4=B8=AD=E5=BF=83-=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/centerCommonInfo.vue | 14 +++-- .../common/commonClubInfo.vue | 11 ++-- .../adminCenter/mainCenter/dutyPatrol.vue | 60 ++++++++++--------- .../adminCenter/mainCenter/meetingDynamic.vue | 45 ++++++++++++-- .../calendar/schoolCalendarFromNew.vue | 6 +- .../calendar/weekCalendarFromNew.vue | 6 +- .../teacherStudents/studentInfo.vue | 7 ++- .../virtueBodyHealthArt/artWork.vue | 16 +++-- .../teacherAdminCenter/overViewTeam.vue | 30 ++++++---- 9 files changed, 125 insertions(+), 70 deletions(-) diff --git a/src/views/screenAdaptation/common/centerCommonInfo.vue b/src/views/screenAdaptation/common/centerCommonInfo.vue index 0e33b0c..5ab66a8 100644 --- a/src/views/screenAdaptation/common/centerCommonInfo.vue +++ b/src/views/screenAdaptation/common/centerCommonInfo.vue @@ -42,7 +42,8 @@ * */ import {Modal} from 'ant-design-vue'; import ModalPanel from "../../../components/common/modal/centerModalPanel.vue"; - export default{ + + export default { props: { show: { type: Boolean, @@ -66,7 +67,7 @@ default: "" }, }, - data(){ + data() { return { infoId: this.$props.commonId, title: this.modalTitle, //弹出框标题 @@ -99,7 +100,7 @@ this.contentHtml = newData.content; }, $route: { - handler(val, oldval){ + handler(val, oldval) { if (val.path === '/partyCenter/party') { this.isPartyCenter = true } else { @@ -108,14 +109,14 @@ }, }, }, - mounted(){ + mounted() { this.getHref() // if (this.infoId && this.infoId !== "") { // this.getDataInfo(); // } }, methods: { - getHref(){ + getHref() { this.href = window.location.hash if (this.href === '#/partyCenter/party') { this.isPartyCenter = true @@ -228,6 +229,9 @@ height: 100% !important; p { line-height: 30px !important; + span { + color: #fff !important; + } } span { line-height: 30px !important; diff --git a/src/views/screenAdaptation/common/commonClubInfo.vue b/src/views/screenAdaptation/common/commonClubInfo.vue index 548cc6f..e6ddded 100644 --- a/src/views/screenAdaptation/common/commonClubInfo.vue +++ b/src/views/screenAdaptation/common/commonClubInfo.vue @@ -18,11 +18,11 @@