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