From bcba4b90ade991ca595d0bba95cccc85952dc2c0 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Tue, 28 Mar 2023 11:01:24 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=8A=BD=E5=B1=89=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/drawers/ActiveAttendance.vue | 9 +++++++-- src/components/drawers/AddOpenCourse.vue | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index b972f406..dc15c5d2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,7 +33,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi"; const store = useStore(); const isLogin = ref(false); -console.log("版本2.3.1------------"); +console.log("版本2.3.2------------"); // 监听关闭浏览器 let time1 = ref(0); diff --git a/src/components/drawers/ActiveAttendance.vue b/src/components/drawers/ActiveAttendance.vue index f317d5aa..08cbd5a4 100644 --- a/src/components/drawers/ActiveAttendance.vue +++ b/src/components/drawers/ActiveAttendance.vue @@ -745,7 +745,7 @@ export default { title: "签到时间", dataIndex: "signTime", key: "signTime", - width: 110, + width: 100, align: "center", className: "h", customRender: (text) => { @@ -812,7 +812,7 @@ export default { className: "h", dataIndex: "opacation", key: "opacation", - width: 130, + width: 100, align: "center", customRender: (value) => { return ( @@ -1079,6 +1079,11 @@ export default {