From b738a53b3c45d6ba801859c7902f2ce12fab7cf6 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 17 Sep 2025 11:01:20 +0800
Subject: [PATCH] feat:去掉复核状态
---
src/views/wel/components/taskOutcome.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/wel/components/taskOutcome.vue b/src/views/wel/components/taskOutcome.vue
index 96bb8f8..c57c656 100644
--- a/src/views/wel/components/taskOutcome.vue
+++ b/src/views/wel/components/taskOutcome.vue
@@ -221,7 +221,7 @@
background: #ffffff !important;
margin-top: 10px;
margin-left: 10px;
- height: pxToVh(471);
+ height: pxToVh(473);
.card-title {
display: flex;
margin-bottom: 10px;
--
Gitblit v1.9.3