调整地图字体大小
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user