From 39cd7da974831c72e638c00a8619fc8c914d738d Mon Sep 17 00:00:00 2001 From: "452061493@qq.com" <452061493@qq.com> Date: Mon, 5 Aug 2024 20:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/enforce/historyCheck.vue | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/src/views/enforce/historyCheck.vue b/src/views/enforce/historyCheck.vue index fba3913..9865575 100644 --- a/src/views/enforce/historyCheck.vue +++ b/src/views/enforce/historyCheck.vue @@ -78,11 +78,15 @@

企业名称: {{ item.enterpriseName }}

+
+ 编辑 +
-
+ +
@@ -572,5 +576,26 @@ background: linear-gradient(90deg, rgba(251, 77, 7, .1) 20%, #fff); border-left: 0.08rem solid #fb740d; } + + .btn-list { + display: flex; + align-items: center; + justify-content: flex-end; + margin: 0.3rem 3% 0; + width: 94%; + border-top: 1px solid #f4f5f6; + } + + .btn-list a { + margin: 3% 3% 1%; + font-size: 0.35rem; + color: #999; + white-space: nowrap; + } + + .btn-list a i { + margin: 0 0.12rem; + font-size: 0.4rem; + }