-
分
@@ -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------------");