From 062c94af759329bc72b2fb7beadf735d9462fffc Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 6 Apr 2023 14:04:37 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix:=E8=AF=84=E4=BC=B0=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/project/ProjectOnlineManage.vue | 1 + src/components/drawers/router/RouterCommonManage.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/drawers/project/ProjectOnlineManage.vue b/src/components/drawers/project/ProjectOnlineManage.vue index bdb53b28..54fd870d 100644 --- a/src/components/drawers/project/ProjectOnlineManage.vue +++ b/src/components/drawers/project/ProjectOnlineManage.vue @@ -338,6 +338,7 @@ export default { return (
{ console.log('iyiy', text.record) showassess(text.record); diff --git a/src/components/drawers/router/RouterCommonManage.vue b/src/components/drawers/router/RouterCommonManage.vue index e33b8957..5645c237 100644 --- a/src/components/drawers/router/RouterCommonManage.vue +++ b/src/components/drawers/router/RouterCommonManage.vue @@ -345,6 +345,7 @@ export default { return (
{ console.log('iyiy', text.record) showassess(text.record); From ce44a8996aeb48bb36ed7f9d38686cec82fd6313 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 6 Apr 2023 14:14:27 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix:=E8=80=83=E8=AF=95=E5=8F=8A=E6=A0=BC?= =?UTF-8?q?=E7=BA=BF=E5=88=86=E6=95=B0=E9=85=8D=E7=BD=AE=E8=B4=9F=E6=95=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/AddTest.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/drawers/AddTest.vue b/src/components/drawers/AddTest.vue index eaf82f47..1e8c605d 100644 --- a/src/components/drawers/AddTest.vue +++ b/src/components/drawers/AddTest.vue @@ -110,7 +110,7 @@ 及格线:
- @@ -425,6 +425,9 @@ defineExpose({ openDrawer }) } .addtestDrawer { + .ant-input-number-input-wrap > .ant-input-number-input { + height: 40px !important; + } .drawerMain { .header { height: 73px; From 4efe89a63074738f0db8f45eab286c864bb45b41 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 6 Apr 2023 14:59:06 +0800 Subject: [PATCH 3/4] =?UTF-8?q?fix:=E9=A1=B9=E7=9B=AE/=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=9B=BE=E7=BC=96=E8=BE=91=E4=BB=BB=E5=8A=A1-=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E5=8F=96=E6=B6=88=E6=8C=89=E9=92=AE=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=A4=A7=E7=BA=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/learningpath/LevelAddDetail.vue | 5 ++++- src/views/projectcenter/TaskAdd.vue | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/learningpath/LevelAddDetail.vue b/src/views/learningpath/LevelAddDetail.vue index 2b0fd628..d98b4d2f 100644 --- a/src/views/learningpath/LevelAddDetail.vue +++ b/src/views/learningpath/LevelAddDetail.vue @@ -335,7 +335,10 @@
暂存 确定 - 取消 + + + 取消 +
diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index 56691cd6..f4a16576 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -289,7 +289,10 @@
暂存 确定 - 取消 + + + 取消 +
From cfde4bf6597209016d2a670f4857870ff7ceedac Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 6 Apr 2023 15:00:08 +0800 Subject: [PATCH 4/4] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e53b577d..7ea4bd5c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -34,7 +34,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi"; const store = useStore(); const isLogin = ref(false); -console.log("版本2.4.2------------"); +console.log("版本2.4.3------------");