This commit is contained in:
‘937886381’
2024-09-18 09:12:26 +08:00
parent 9589fba7c2
commit 379de8fda0
7 changed files with 25 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
display: grid;
grid-template-rows: auto 1fr 1fr;
/* gap: 4px; */
padding-top: 6px;
padding-top: 4px;
.info__item {
/* width: 100%; */
background: url('../../../../../assets/blueBack.png') no-repeat;

View File

@@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2024-08-23 13:56:11
* @LastEditTime: 2024-08-30 16:30:35
* @LastEditTime: 2024-09-18 08:52:18
* @LastEditors: zhp
* @Description:
*/
@@ -32,7 +32,7 @@ export default function Index() {
<div style={{ height: '261px', marginTop: '24px' }}>
<LeftMiddleForecast />
</div>
<div style={{ flex: 1,marginTop: '24px' }}>
<div style={{ height: '422px',marginTop: '24px' }}>
<LeftBottomForecast/>
</div>
</motion.div>