Browse Source

feat: 样式修改

pull/150/head
wangdan 2 years ago committed by wangdan-fit2cloud
parent
commit
dfa6b59568
  1. 2
      frontend/src/styles/element.scss
  2. 2
      frontend/vite.config.ts

2
frontend/src/styles/element.scss

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

2
frontend/vite.config.ts

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

Loading…
Cancel
Save