From cfe502b8a5da0455aadcdab63ebc12cab0c26da5 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Tue, 7 May 2024 16:32:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/modal/ImgDetailModal.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/task/modal/ImgDetailModal.vue b/src/views/task/modal/ImgDetailModal.vue index 3b9688b..1b6bf7b 100644 --- a/src/views/task/modal/ImgDetailModal.vue +++ b/src/views/task/modal/ImgDetailModal.vue @@ -310,10 +310,13 @@ defineExpose({ 不通过 取消 @@ -591,4 +594,12 @@ defineExpose({ background-color: #fff !important; border: 1px solid #cad2dd !important; } +.btn3{ +border: 1px solid #cad2dd !important; +color: black; +} +.btn3:hover{ +border: 1px solid #cad2dd !important; +color: black; +} From 2f60346e13ade3ed2ce17e39220d86d59870d723 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Tue, 7 May 2024 19:32:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=E6=95=88=E6=9E=9C=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/worksheet/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/worksheet/index.vue b/src/views/worksheet/index.vue index 9cd690d..3a4b793 100644 --- a/src/views/worksheet/index.vue +++ b/src/views/worksheet/index.vue @@ -42,7 +42,7 @@ function ApprovalOver(packageId) { flex-direction: row; box-sizing: border-box; width: 100%; - height: 100%; + height: 100vh; padding-bottom: 16px; //height: calc(100% - 170px); }