天气显示不全

This commit is contained in:
kkaiyun 2023-02-09 22:06:20 +08:00
parent 3e97448fd9
commit f6651b8efe
2 changed files with 16 additions and 16 deletions

View File

@ -136,7 +136,7 @@
margin-bottom: 10px; margin-bottom: 10px;
.heart-sentence { .heart-sentence {
width: calc(100% - 500px); width: calc(100% - 660px);
h3 { h3 {
color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75);
} }
@ -146,7 +146,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
.weather { .weather {
width: 440px; width: 650px;
} }
} }

View File

@ -136,7 +136,7 @@
margin-bottom: 10px; margin-bottom: 10px;
.heart-sentence { .heart-sentence {
width: calc(100% - 500px); width: calc(100% -660px);
h3 { h3 {
color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75);
} }
@ -146,7 +146,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
.weather { .weather {
width: 440px; width: 650px;
} }
} }