mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2024-11-10 09:39:20 +08:00
修复语言菜单位置错误。
This commit is contained in:
parent
3b45fa7a17
commit
053c1a1947
@ -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 {
|
||||
|
@ -48,7 +48,7 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
build: {
|
||||
minify: false, //
|
||||
//minify: false, //
|
||||
lib: {
|
||||
entry: resolve(__dirname, 'install-render.js'),
|
||||
name: 'VFormRender',
|
||||
|
Loading…
Reference in New Issue
Block a user