diff --git a/pages/insight/pages/brandInsight/weiboInsight/index.wxml b/pages/insight/pages/brandInsight/weiboInsight/index.wxml index a74166f..f915608 100644 --- a/pages/insight/pages/brandInsight/weiboInsight/index.wxml +++ b/pages/insight/pages/brandInsight/weiboInsight/index.wxml @@ -124,8 +124,8 @@ - 车型热度 - + 车型热度 + @@ -137,8 +137,8 @@ 排名 - 车型 - 传播量 + 车型 + 传播量 @@ -147,8 +147,8 @@ {{index >= 9 ? index + 1 : '0' + (index + 1)}} - {{item.name}} - {{item.value}} + {{item.name}} + {{item.value}} diff --git a/pages/insight/pages/brandInsight/weiboInsight/index.wxss b/pages/insight/pages/brandInsight/weiboInsight/index.wxss index ac648df..5f73fec 100644 --- a/pages/insight/pages/brandInsight/weiboInsight/index.wxss +++ b/pages/insight/pages/brandInsight/weiboInsight/index.wxss @@ -17,13 +17,12 @@ color: #333333; } .wb-area-title { - width: 95%; + display: flex; + justify-content: space-between; font-size: 18px; margin-left: 32rpx; font-weight: 600; color: #333333; - display: flex; - justify-content: flex-start; } .wb-chart-item { width: 100%; @@ -88,7 +87,7 @@ } /* 车型热度排行 */ .wb-rank-list { - width: 125%; + width: 92%; margin: 32rpx; } .ranking{