diff --git a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue index 175fdf8..7187410 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue @@ -1111,11 +1111,11 @@ .modular1_right { width: 100%; - height: calc(100% - 484px); + height: calc(100% - 584px); } .modular2_right { width: 100%; - height: 180px; + height: 200px; .modularBody { width: 100%; height: calc(100% - 50px); @@ -1165,16 +1165,16 @@ } .modular3_right { width: 100%; - height: 260px; + height: 340px; .modularBody { width: 100%; height: calc(100% - 50px); .ListInfo100 { width: 100%; - height: 30px; + height: 40px; float: left; - margin-top: 10px; + margin-top: 15px; display: flex; flex-direction: row; flex-wrap: nowrap; @@ -1183,9 +1183,9 @@ } .ListInfo50 { width: 50%; - height: 30px; + height: 40px; float: left; - margin-top: 10px; + margin-top: 15px; display: flex; flex-direction: row; flex-wrap: nowrap; @@ -1195,8 +1195,8 @@ .ListInfo_label { width: 75px; - height: 30px; - line-height: 30px; + height: 40px; + line-height: 40px; text-align: center; font-family: Source Han Sans CN; font-weight: bold; @@ -1205,12 +1205,13 @@ } .ListInfo_value { width: calc(100% - 75px); - height: 30px; + height: 40px; + line-height: 30px; background: #0d2359; border-radius: 6px; border: 1px solid #0b9bff; box-sizing: border-box; - padding: 5px; + padding: 5px 5px 5px 10px; font-family: Source Han Sans CN; font-weight: 400; font-size: 14px;