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;
+ }