From 2d445a7f255343099b4647ea5ce51d2980768003 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 28 Sep 2023 16:45:41 +0800 Subject: [PATCH] fix:立行立改 --- src/views/toCarryOutLegislativeReforms/summaryPage/index.vue | 34 ++++++++++++++++------------------ 1 files changed, 16 insertions(+), 18 deletions(-) diff --git a/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue b/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue index 7b84de2..cb5917f 100644 --- a/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue +++ b/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue @@ -25,20 +25,20 @@ </div> <div class="agentSummary"> <div class="circle"> - <span>������������</span> - <span>{{ responeForm.total }}</span> + <div>������������</div> + <div>{{ responeForm.total }}</div> </div> <div class="circle"> - <span>���������</span> - <span>{{ responeForm.total }}</span> + <div>���������</div> + <div>{{ responeForm.unComplete }}</div> </div> <div class="circle"> - <span>���������</span> - <span>{{ responeForm.complete }}</span> + <div>���������</div> + <div>{{ responeForm.complete }}</div> </div> <div class="circle"> - <span>������</span> - <span>{{ responeForm.overdue }}</span> + <div>������</div> + <div>{{ responeForm.overdue }}</div> </div> </div> <div class="overviewAndDetails"> @@ -343,7 +343,7 @@ margin-top: 20px; @for $i from 1 to length($bgcolorlist) + 1 { - div:nth-child(#{$i}) { + .circle:nth-child(#{$i}) { background-repeat: no-repeat; background-size: cover; background-position: center center; @@ -359,15 +359,13 @@ width: 200px; height: 90px; align-items: center; - padding-top: 20px; - - span { - margin: 10px 20px; - display: block; - color: rgba(255, 255, 255, 1); - font-size: 20px; - font-weight: 700; - } + color: rgba(255, 255, 255, 1); + font-size: 20px; + font-weight: 700; + display: flex; + justify-content: center; + flex-wrap: wrap; + flex-direction: column; } } -- Gitblit v1.8.0