diff --git a/src/views/goverment/huizhou/assessmentManagement/rankList/index.scss b/src/views/goverment/huizhou/assessmentManagement/rankList/index.scss index f7543bc..d4c26d0 100644 --- a/src/views/goverment/huizhou/assessmentManagement/rankList/index.scss +++ b/src/views/goverment/huizhou/assessmentManagement/rankList/index.scss @@ -3,10 +3,12 @@ align-items: center; } @mixin td { - width: 20%; - text-overflow: ellipsis; - white-space: nowrap; + width: 25%; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; overflow: hidden; + text-overflow: ellipsis; text-align: center; color: #90a1c4; } @@ -20,7 +22,8 @@ // margin-left: 21px; // } .rank-content { - width: 538px; + // width: 538px; + width: 100%; .content-title { width: 100%; height: 36px; @@ -49,6 +52,15 @@ background: linear-gradient(90deg, rgba(50, 98, 179, 0.2) 0%, rgba(50, 98, 179, 0) 47%, rgba(50, 98, 179, 0.2) 100%); } } + .left { + width: 20%; + } + .center { + width: 39%; + } + .right { + width: 39%; + } .left, .center, .right { @@ -74,7 +86,7 @@ font-family: OPPOSans-Bold; font-weight: Bold; color: #ffffff; - font-size: 20px; + font-size: 18px; background: url("@/assets/images/hzImg/assessmentImg/numSum.png") no-repeat center center; background-size: 100% 100%; text-indent: 10px; @@ -115,7 +127,7 @@ background-size: 100% 100%; .td { @include td; - font-size: 22px; + font-size: 18px; } .td:last-child { display: flex; @@ -125,7 +137,9 @@ } } .table-body:nth-child(2n) { - height: 35px; + // height: 35px; + // line-height: 35px; + min-height: 35px; line-height: 35px; @include flex; background: url("@/assets/images/hzImg/assessmentImg/tableBg-light.png") no-repeat center; @@ -133,11 +147,13 @@ margin-top: 12px; .td { @include td; - font-size: 22px; + font-size: 18px; } } .table-body:nth-child(2n - 1) { - height: 35px; + // height: 35px; + // line-height: 35px; + min-height: 35px; line-height: 35px; @include flex; background: url("@/assets/images/hzImg/assessmentImg/tableBg-dark.png") no-repeat center; @@ -145,7 +161,7 @@ margin-top: 12px; .td { @include td; - font-size: 22px; + font-size: 18px; } } } diff --git a/src/views/goverment/huizhou/assessmentManagement/rankList/index.vue b/src/views/goverment/huizhou/assessmentManagement/rankList/index.vue index f5b8521..0f8c254 100644 --- a/src/views/goverment/huizhou/assessmentManagement/rankList/index.vue +++ b/src/views/goverment/huizhou/assessmentManagement/rankList/index.vue @@ -46,22 +46,22 @@
-
序号
+
序号
企业名称
-
企业类型
-
项目名称
-
+ +
项目名称
+
得分
@@ -89,21 +89,21 @@
-
序号
+
序号
企业名称
-
企业类型
-
项目名称
-
+ +
项目名称
+
得分
-
{{ index + 1 }}
+
{{ index + 1 }}
{{ item.enterpriseName }}
-
{{ item.enterpriseTypeName }}
-
{{ item.engineeringName }}
-
{{ item.score }}
+ +
{{ item.engineeringName }}
+
{{ item.score }}
diff --git a/src/views/goverment/huizhou/enterpriseList/index.vue b/src/views/goverment/huizhou/enterpriseList/index.vue index 6ceb672..f57c670 100644 --- a/src/views/goverment/huizhou/enterpriseList/index.vue +++ b/src/views/goverment/huizhou/enterpriseList/index.vue @@ -300,7 +300,7 @@ const columns: ColumnProps[] = [ { prop: "legalPerson", label: "法人代表" }, { prop: "legalPersonTel", label: "法人代表手机" }, { prop: "createTime", label: "登记时间" }, - { prop: "state", label: "审核状态" }, + // { prop: "state", label: "审核状态" }, { prop: "operation", label: "操作", fixed: "right", width: 180 } ]; diff --git a/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue b/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue index 88d4763..eba59d3 100644 --- a/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue +++ b/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue @@ -31,7 +31,7 @@ - + - + - +