调整地图字体大小
This commit is contained in:
@ -526,7 +526,7 @@ watch(mapIndex, (newVal, oldVal) => {
|
|||||||
top: 20px;
|
top: 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 36px;
|
font-size: 24px;
|
||||||
font-family: Source Han Sans CN, sans-serif;
|
font-family: Source Han Sans CN, sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@ -565,16 +565,16 @@ watch(mapIndex, (newVal, oldVal) => {
|
|||||||
.th {
|
.th {
|
||||||
display: flex;
|
display: flex;
|
||||||
color: white;
|
color: white;
|
||||||
|
font-size: 14px;
|
||||||
.title,
|
.title,
|
||||||
.count {
|
.count {
|
||||||
width: 100px;
|
width: 60px;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
width: 80px;
|
width: 120px;
|
||||||
border-right: 1px solid #0054ff;
|
border-right: 1px solid #0054ff;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@ export default defineConfig(({ mode, command }) => {
|
|||||||
// https://cn.vitejs.dev/config/#server-proxy
|
// https://cn.vitejs.dev/config/#server-proxy
|
||||||
"/dev-api": {
|
"/dev-api": {
|
||||||
// target: "http://101.34.131.16:1618",
|
// target: "http://101.34.131.16:1618",
|
||||||
target: "http://119.45.197.174:81/api",
|
target: "http://129.211.170.150/api",
|
||||||
// target: "http://192.168.0.201:1618",
|
// target: "http://192.168.0.201:1618",
|
||||||
// target: 'http://172.18.3.127:1618',
|
// target: 'http://172.18.3.127:1618',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
Reference in New Issue
Block a user