This commit is contained in:
蔡玲
2024-09-30 10:07:18 +08:00
parent 91c7983c00
commit 06d7808b05
2 changed files with 10 additions and 9 deletions

View File

@@ -89,7 +89,6 @@
<p class="txt">A<br>G<br>V<br><br></p> <p class="txt">A<br>G<br>V<br><br></p>
</div> </div>
<div class="hwpl_wrap_2"> <div class="hwpl_wrap_2">
<div class="zd-row allHeight flexWrap">
<div class="hw_item hw_item_2" v-for="e in point1" :key="e.point_code" :class="{'hw_item_active': e.point_status === '2'}"> <div class="hw_item hw_item_2" v-for="e in point1" :key="e.point_code" :class="{'hw_item_active': e.point_status === '2'}">
<div class="hw_item_i"> <div class="hw_item_i">
<p class="zd-row jcflexcenter hw_p1">{{ e.point_code }}</p> <p class="zd-row jcflexcenter hw_p1">{{ e.point_code }}</p>
@@ -97,7 +96,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="gd_wrap"> <div class="gd_wrap">
<p class="txt"><br><br><br><br><br></p> <p class="txt"><br><br><br><br><br></p>
</div> </div>

View File

@@ -63,6 +63,10 @@ h1
width calc(43.9% - 20px) width calc(43.9% - 20px)
height 100% height 100%
.hwpl_wrap_2 .hwpl_wrap_2
display flex
flex-wrap wrap
justify-content space-between
align-content space-between
width calc(56.1% - 20px) width calc(56.1% - 20px)
height 100% height 100%
.gd_wrap .gd_wrap
@@ -137,11 +141,11 @@ h1
.hw_wrap .hw_wrap
align-content: flex-start; align-content: flex-start;
// height 23.4% // height 23.4%
margin-top 12px margin-top 8px
&:first-child &:first-child
margin-top 0 margin-top 0
.hw_item .hw_item
_wh(13.6%, 25px) _wh(13.6%, 23.5px)
padding 2px padding 2px
margin-top 3px margin-top 3px
border-radius 4px border-radius 4px
@@ -151,7 +155,6 @@ h1
overflow hidden overflow hidden
.hw_item_2 .hw_item_2
width: 10.5%; width: 10.5%;
height: 4.92%;
margin-top 0 margin-top 0
.hw_item_i .hw_item_i
_wh(100%, 100%) _wh(100%, 100%)