样式调整

This commit is contained in:
binbin_pan 2024-03-14 17:04:37 +08:00
parent 69c02a0d82
commit 8d2b007ad0
1 changed files with 5 additions and 1 deletions

View File

@ -573,11 +573,15 @@ setInterval(() => {
top: 24px; top: 24px;
color: #42B3FF; color: #42B3FF;
font-size: 16px; font-size: 16px;
display: flex;
.wheather { .wheather {
padding-right: 34px; padding-right: 34px;
} }
.time {
display: flex;
width: 205px;
}
} }
} }