From d78f147889cae8439d354e16adfa148507a00c1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= <303176530@qq.com>
Date: Fri, 24 Sep 2021 15:54:52 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A2=84=E8=A7=88=E8=87=AA?=
=?UTF-8?q?=E5=8A=A8=E5=8C=96=E4=BB=A3=E7=A0=81=E5=85=A8=E9=80=89=E5=92=8C?=
=?UTF-8?q?=E5=A4=8D=E5=88=B6=E7=9A=84bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
修复预览自动化代码全选和复制的bug
---
web/src/style/element_visiable.scss | 3 +--
web/src/view/systemTools/autoCode/index.vue | 8 +++++++-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/web/src/style/element_visiable.scss b/web/src/style/element_visiable.scss
index a19c1ba89..c6c174ed6 100644
--- a/web/src/style/element_visiable.scss
+++ b/web/src/style/element_visiable.scss
@@ -177,8 +177,7 @@
top: 16px;
}
.el-dialog__footer {
- margin-top: -12px;
- padding: 0 0 16px 0;
+ padding: 0 16px 16px 0;
.dialog-footer {
.el-button {
padding-left: 24px;
diff --git a/web/src/view/systemTools/autoCode/index.vue b/web/src/view/systemTools/autoCode/index.vue
index 14b22ea8f..a2ad66109 100644
--- a/web/src/view/systemTools/autoCode/index.vue
+++ b/web/src/view/systemTools/autoCode/index.vue
@@ -155,7 +155,7 @@
复制
-
+