mirror of
				https://github.com/vform666/variant-form3-vite.git
				synced 2025-10-31 08:41:49 +08:00 
			
		
		
		
	修复语言菜单位置错误。
This commit is contained in:
		| @@ -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', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user