From 5234dda354cb3f767f58f671a977e03e419a4041 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 9 Jun 2023 18:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=AE=E9=A2=98=E5=9B=BE=E8=A1=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/shequzhili/event-info.scss | 36 ++++++++++++-- .../scss/modules/shequzhili/project-info.scss | 2 +- .../shequzhili/event/cpts/event-detail.vue | 2 +- .../shequzhili/event/cpts/event-info.vue | 10 ++-- .../shequzhili/issue/cpts/issue-detail.vue | 49 ++++++++++++++----- src/views/modules/visual/cpts/line-chart.vue | 10 +++- 6 files changed, 83 insertions(+), 26 deletions(-) diff --git a/src/assets/scss/modules/shequzhili/event-info.scss b/src/assets/scss/modules/shequzhili/event-info.scss index 0ab683a6d..5f5f5eb75 100644 --- a/src/assets/scss/modules/shequzhili/event-info.scss +++ b/src/assets/scss/modules/shequzhili/event-info.scss @@ -1,11 +1,13 @@ @import "../../c/config"; @import "../../c/function"; - +.h3-title{ + display: flex; + align-items: center; +} .g-add{ - - .g-add-page{ display: flex; + .g-left { box-sizing: border-box; width:40%; @@ -117,7 +119,7 @@ } .div-btn{ - margin-top:50px; + margin-top:38px; display: flex; justify-content: right; .item_btn { @@ -179,6 +181,8 @@ margin-top:20px; .process-title { + display: flex; + align-items: center; margin-bottom: 25px; margin-left: -5px; font-size: 16px; @@ -329,6 +333,26 @@ } } } + .stat-be{ + display: flex; + justify-content: space-between; + font-size: 16px; + font-family: PingFangSC-Medium, PingFang SC; + font-weight: 500; + color: rgba(0,0,0,0.85); + .stat-item{ + width: 50%; + display: flex; + align-items: center; + justify-content: center; + span{ + color: rgba(0,0,0,0.45); + font-size: 12px; + font-weight: 300; + margin: 0 10px; + } + } + } } .m-process { @@ -344,6 +368,8 @@ font-weight: bold; color: #333; line-height: 18px; + display: flex; + align-items: center; } .process-title-vis{ @@ -494,7 +520,7 @@ } .m-chart { - min-height: 200px; + min-height: 220px; } .div-satisfy{ diff --git a/src/assets/scss/modules/shequzhili/project-info.scss b/src/assets/scss/modules/shequzhili/project-info.scss index d55deb94c..9c9a026e6 100644 --- a/src/assets/scss/modules/shequzhili/project-info.scss +++ b/src/assets/scss/modules/shequzhili/project-info.scss @@ -405,7 +405,7 @@ } .m-chart { - min-height: 200px; + min-height: 220px; } .box-card{ diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue index c074cd4cb..d3c841b56 100644 --- a/src/views/modules/shequzhili/event/cpts/event-detail.vue +++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue @@ -5,7 +5,7 @@ :class="{ 'box-card': source === 'visiual' }" v-if="showType == ''" > -
+ 支持 {{ issueTrend.supportAmount }}
+
+ 反对 {{ issueTrend.oppositionAmount }}
+