调整地图字体大小

This commit is contained in:
quantulr
2024-02-29 17:24:49 +08:00
parent 1228cceb41
commit dc29644a2e
2 changed files with 59 additions and 59 deletions

View File

@ -526,7 +526,7 @@ watch(mapIndex, (newVal, oldVal) => {
top: 20px;
width: 100%;
text-align: center;
font-size: 36px;
font-size: 24px;
font-family: Source Han Sans CN, sans-serif;
font-weight: 300;
color: #ffffff;
@ -565,16 +565,16 @@ watch(mapIndex, (newVal, oldVal) => {
.th {
display: flex;
color: white;
font-size: 14px;
.title,
.count {
width: 100px;
width: 60px;
padding: 8px 12px;
text-align: center;
}
.title {
width: 80px;
width: 120px;
border-right: 1px solid #0054ff;
word-break: break-all;
}