mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-12 01:24:38 +08:00
feat: 样式修改
This commit is contained in:
parent
fd4513b578
commit
dfa6b59568
2 changed files with 2 additions and 2 deletions
|
@ -187,5 +187,5 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-card {
|
.el-card {
|
||||||
border: none;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
||||||
open: viteEnv.VITE_OPEN,
|
open: viteEnv.VITE_OPEN,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api/v1': {
|
'/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,
|
changeOrigin: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue