diff --git a/index.html b/index.html index db2ceec..ef6ec7b 100644 --- a/index.html +++ b/index.html @@ -277,10 +277,10 @@ 项目名称 转出价格 - + 转出方 报名结束 竞价结束 - 地址 +
@@ -308,10 +308,10 @@ {{# value.projectName}} {{# value.price}}{{# value.unit}} - + {{# value.outName}} {{# value.signupStopTime}} {{# value.biddingStopTime}} - {{# value.locationName}} + {{/each}} diff --git a/static/css/index.css b/static/css/index.css index f9bdbc1..03bcf0c 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1190,7 +1190,7 @@ label input[type="radio"]:checked+span { } .tableHead tr td { - width: 12%; + width: 8%; } .tableHead tr td:first-child { @@ -1198,7 +1198,7 @@ label input[type="radio"]:checked+span { } .tableHead tr td:last-child { - width: 16%; + width: 8%; } .tableList { @@ -1208,9 +1208,12 @@ label input[type="radio"]:checked+span { } .tableList table tr td { - width: 12%; + width: 8%; text-align: center; padding: 10px 0px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .tableList table tr td:first-child { @@ -1221,7 +1224,7 @@ label input[type="radio"]:checked+span { } .tableList table tr td:last-child { - width: 16%; + width: 8%; } .tableList table tr:nth-child(odd) { diff --git a/view/listingItems/itemsList.html b/view/listingItems/itemsList.html index 22893a2..6823cc6 100644 --- a/view/listingItems/itemsList.html +++ b/view/listingItems/itemsList.html @@ -277,7 +277,7 @@ {{# value.projectName}} {{# value.price}}{{# value.unit}} - {{# value.outName}} + {{# value.outName}} {{# value.signupStopTime}} {{# value.biddingStopTime}} diff --git a/view/user/user.html b/view/user/user.html index fef319b..901038b 100644 --- a/view/user/user.html +++ b/view/user/user.html @@ -176,7 +176,7 @@ *手机号码:

{{userInformationDetail.phone}}

- 修改手机号 +

{{userInformationDetail.activitiStatus == '1' ? '待审':userInformationDetail.activitiStatus == '2' ? '驳回':userInformationDetail.activitiStatus == '3' ? '通过':''}}

@@ -235,16 +235,16 @@