From b6145e675c314b3140e609a80cd2072e087e5ac3 Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期二, 23 一月 2024 17:03:00 +0800
Subject: [PATCH] 首页

---
 jcdm-ui/src/views/main/cfkb/Instructions/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
index 8e5781f..7c57df7 100644
--- a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
+++ b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
@@ -74,13 +74,12 @@
         title="宸ヨ壓鏂囦欢"
         :visible.sync="dialogVisible"
         width="70%"
-        lock-scroll="false"
         @close="closeMethod"
 
       >
         <div><el-image style="height: 1090px;width: 960px;margin-left: 33px" :src="mainProcessSrc"></el-image></div>
         <span slot="footer" class="dialog-footer">
-    <el-button type="primary" @click="dialogVisible = false">纭� 瀹�</el-button>
+    <el-button type="primary" @click="dialogVisible = false" style="margin-right: 80px">纭� 瀹�</el-button>
   </span>
       </el-dialog>
     </div>

--
Gitblit v1.9.3