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