修复语言菜单位置错误。

This commit is contained in:
vdpAdmin 2022-02-03 13:27:31 +08:00
parent 3b45fa7a17
commit 053c1a1947
2 changed files with 11 additions and 6 deletions

View File

@ -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 {

View File

@ -48,7 +48,7 @@ export default defineConfig({
},
build: {
minify: false, //
//minify: false, //
lib: {
entry: resolve(__dirname, 'install-render.js'),
name: 'VFormRender',