From b793e63f738a1a7e765d68501385c4a24bab08ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 21 Sep 2023 12:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 ++++---- static/css/index.css | 11 +++++++---- view/listingItems/itemsList.html | 2 +- view/user/user.html | 16 ++++++++-------- 4 files changed, 20 insertions(+), 17 deletions(-) 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 @@