This commit is contained in:
quantulr
2023-11-02 16:54:19 +08:00
parent f2878af4b3
commit 3d812fe08e
3 changed files with 13 additions and 12 deletions

View File

@ -574,7 +574,7 @@ watch(mapIndex, (newVal, oldVal) => {
}
.title {
width: 160px;
width: 80px;
border-right: 1px solid #0054ff;
word-break: break-all;
}

View File

@ -181,7 +181,7 @@ onMounted(() => {
.tit {
text-align: center;
font-size: 34px;
line-height: 80px;
line-height: 160px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #ffffff;