diff --git a/src/views/sunVillage_info/list_finance.vue b/src/views/sunVillage_info/list_finance.vue index 3aecddb5..30452e41 100644 --- a/src/views/sunVillage_info/list_finance.vue +++ b/src/views/sunVillage_info/list_finance.vue @@ -311,7 +311,7 @@ margin-right: 10px; } .news_title{ - max-width:416px; + max-width:330px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; diff --git a/src/views/sunVillage_info/list_finance_ranking.vue b/src/views/sunVillage_info/list_finance_ranking.vue index 67361d9f..6f5e3132 100644 --- a/src/views/sunVillage_info/list_finance_ranking.vue +++ b/src/views/sunVillage_info/list_finance_ranking.vue @@ -23,7 +23,7 @@
- 姓名 + 具体事由 {{item.voucherSummary}} @@ -434,18 +434,18 @@ } .name_box{ float: left; - width: 150PX; + width: 180PX; position: relative; .name_bg{ background-color: rgba(47,172,254,0.2); - width: 150PX; + width: 180PX; height: 100%; position: absolute; top: 0; } .name_icon{ position: absolute; - bottom: -7PX; + top: 40PX; left: 50%; transform: translateX(-50%); } @@ -462,18 +462,19 @@ background-color: #2facfe; color: #ffffff; border-radius: 10PX; + text-align: center; } } .van-col{ font-size: 16PX; - padding: 0PX 15PX; - text-align: center; + padding: 0PX 10PX; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: break-all; overflow: hidden; line-height: 41PX; + text-align: left; } } .center_box{ @@ -481,19 +482,22 @@ } .right_box{ float: left; - width: calc(100% - 150PX); + width: calc(100% - 180PX); .van-row:nth-child(odd){ background-color: #ffffff; } .van-row:nth-child(1){ + border-top-right-radius: 10PX; + border-bottom-right-radius: 10PX; .van-col{ color: #2facfe; + text-align: center; } } .van-col{ font-size: 16PX; - padding: 0PX 15PX; - text-align: center; + padding: 0PX 10PX; + text-align: right; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; @@ -509,7 +513,7 @@ padding: 0 3%; p{ float: left; - width: 150PX; + width: 180PX; padding: 10PX 15PX; text-align: center; font-size: 16PX; @@ -517,7 +521,7 @@ } .van-row{ float: left; - width: calc(100% - 150PX); + width: calc(100% - 180PX); .van-col{ font-size: 16PX; padding: 10PX 15PX; diff --git a/src/views/sunVillage_info/list_tourists.vue b/src/views/sunVillage_info/list_tourists.vue index da760edc..d281d083 100644 --- a/src/views/sunVillage_info/list_tourists.vue +++ b/src/views/sunVillage_info/list_tourists.vue @@ -312,7 +312,7 @@ margin-right: 10px; } .news_title{ - max-width:416px; + max-width:330px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;