Commit de2b5a50 authored by 沈翠玲's avatar 沈翠玲

样式

parent 5491934a
...@@ -428,7 +428,6 @@ ...@@ -428,7 +428,6 @@
font-size: 14px; font-size: 14px;
&.label { &.label {
background: #f6f8ff; background: #f6f8ff;
font-weight: bold;
color: #909399; color: #909399;
} }
} }
......
...@@ -836,7 +836,6 @@ ...@@ -836,7 +836,6 @@
&.label { &.label {
text-align: center; text-align: center;
background: #f6f8ff; background: #f6f8ff;
font-weight: bold;
color: #909399; color: #909399;
} }
} }
......
...@@ -472,7 +472,6 @@ ...@@ -472,7 +472,6 @@
font-size: 14px; font-size: 14px;
&.label { &.label {
background: #f6f8ff; background: #f6f8ff;
font-weight: bold;
color: #909399; color: #909399;
} }
} }
......
...@@ -408,7 +408,6 @@ ...@@ -408,7 +408,6 @@
font-size: 14px; font-size: 14px;
&.label { &.label {
background: #f6f8ff; background: #f6f8ff;
font-weight: bold;
color: #909399; color: #909399;
} }
} }
......
...@@ -401,7 +401,6 @@ ...@@ -401,7 +401,6 @@
&.label { &.label {
width: 160px; width: 160px;
text-align: center; text-align: center;
font-weight: bold;
background: #f6f8ff; background: #f6f8ff;
color: #909399; color: #909399;
} }
......
...@@ -446,7 +446,6 @@ ...@@ -446,7 +446,6 @@
&.label { &.label {
width: 160px; width: 160px;
text-align: center; text-align: center;
font-weight: bold;
background: #f6f8ff; background: #f6f8ff;
color: #909399; color: #909399;
} }
......
...@@ -1731,7 +1731,6 @@ ...@@ -1731,7 +1731,6 @@
&.label { &.label {
width: 150px; width: 150px;
text-align: center; text-align: center;
font-weight: bold;
background: #f6f8ff; background: #f6f8ff;
color: #909399; color: #909399;
} }
...@@ -1760,7 +1759,6 @@ ...@@ -1760,7 +1759,6 @@
&.label { &.label {
text-align: center; text-align: center;
background: #f6f8ff; background: #f6f8ff;
font-weight: bold;
color: #909399; color: #909399;
} }
} }
......
...@@ -55,9 +55,9 @@ export default defineConfig(({ command, mode }) => { ...@@ -55,9 +55,9 @@ export default defineConfig(({ command, mode }) => {
port: VITE_PORT, port: VITE_PORT,
proxy: { proxy: {
'/api': { '/api': {
target: 'http://192.168.31.187:8080', // target: 'http://192.168.31.187:8080',
// target: 'http://192.168.31.128:8080', // target: 'http://192.168.31.128:8080',
// target: 'http://8.152.205.9:8080', target: 'http://8.152.205.9:8080',
ws:true, ws:true,
changeOrigin: true, changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''), rewrite: (path) => path.replace(/^\/api/, ''),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment