From 049c289bcb2f835af545b93213edd9710fdc6e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 31 Jan 2024 09:04:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=B5=81=E7=A8=8B=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B5=81=E7=A8=8B=E5=9B=BE=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProcessDetailList.vue | 40 +++++++++------------------- 1 file changed, 13 insertions(+), 27 deletions(-) diff --git a/src/components/ProcessDetailList.vue b/src/components/ProcessDetailList.vue index 7d4b0d01..69ad097c 100644 --- a/src/components/ProcessDetailList.vue +++ b/src/components/ProcessDetailList.vue @@ -5,33 +5,13 @@
-
- - - - - - - - - - - - - - - -
- - - {{ $t('workCenter.processDetail.urgeHandle') }} - - - {{ $t('workCenter.processDetail.flowChart') }} -
-
-
-
+
+ + + {{ $t('workCenter.processDetail.urgeHandle') }} + + +
@@ -401,4 +381,10 @@ export default { .reject-color { color: #D52C26; } + +.table-page-search-submitButtons { + .ant-btn { + margin-bottom: 20px; + } +}