mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
feat: 样式修改
This commit is contained in:
committed by
wangdan-fit2cloud
parent
fd4513b578
commit
dfa6b59568
@@ -187,5 +187,5 @@ html {
|
||||
}
|
||||
|
||||
.el-card {
|
||||
border: none;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
||||
open: viteEnv.VITE_OPEN,
|
||||
proxy: {
|
||||
'/api/v1': {
|
||||
target: 'http://localhost:9999/', // http://172.16.10.181:9999
|
||||
target: 'http://172.16.10.181:9999/', // http://172.16.10.181:9999
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user