1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

feat: 样式修改

This commit is contained in:
wangdan 2023-02-17 13:55:31 +08:00 committed by wangdan-fit2cloud
parent fd4513b578
commit dfa6b59568
2 changed files with 2 additions and 2 deletions

View File

@ -187,5 +187,5 @@ html {
}
.el-card {
border: none;
border: none !important;
}

View File

@ -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,
},
},