From 053c1a1947e336b9ab8efdaea0cd44ab404511af Mon Sep 17 00:00:00 2001 From: vdpAdmin Date: Thu, 3 Feb 2022 13:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=AD=E8=A8=80=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E7=BD=AE=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/form-designer/index.vue | 15 ++++++++++----- vite-lib-render.config.js | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/components/form-designer/index.vue b/src/components/form-designer/index.vue index 99d1368..cdac719 100644 --- a/src/components/form-designer/index.vue +++ b/src/components/form-designer/index.vue @@ -401,11 +401,16 @@ cursor: pointer; } - div.external-link a { - font-size: 13px; - text-decoration: none; - margin-right: 10px; - color: #606266; + div.external-link { + display: flex; + align-items: center; + + a { + font-size: 13px; + text-decoration: none; + margin-right: 10px; + color: #606266; + } } .el-header.toolbar-header { diff --git a/vite-lib-render.config.js b/vite-lib-render.config.js index b6c645e..6aa31ba 100644 --- a/vite-lib-render.config.js +++ b/vite-lib-render.config.js @@ -48,7 +48,7 @@ export default defineConfig({ }, build: { - minify: false, // + //minify: false, // lib: { entry: resolve(__dirname, 'install-render.js'), name: 'VFormRender',