mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2024-11-13 02:59:22 +08:00
修复语言菜单位置错误。
This commit is contained in:
parent
3b45fa7a17
commit
053c1a1947
@ -401,12 +401,17 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.external-link a {
|
div.external-link {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
a {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
color: #606266;
|
color: #606266;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.el-header.toolbar-header {
|
.el-header.toolbar-header {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -48,7 +48,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
build: {
|
build: {
|
||||||
minify: false, //
|
//minify: false, //
|
||||||
lib: {
|
lib: {
|
||||||
entry: resolve(__dirname, 'install-render.js'),
|
entry: resolve(__dirname, 'install-render.js'),
|
||||||
name: 'VFormRender',
|
name: 'VFormRender',
|
||||||
|
Loading…
Reference in New Issue
Block a user