From 1d5786324bc895f748fb73e2c6f657dc8d55cb01 Mon Sep 17 00:00:00 2001 From: Paidax Date: Sun, 19 Oct 2025 16:50:36 +0800 Subject: [PATCH] bug_commit --- .../zhgh/activity/sports/applyUser/index.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/main/resources/views/platform/zhgh/activity/sports/applyUser/index.html b/src/main/resources/views/platform/zhgh/activity/sports/applyUser/index.html index 53ca85d3..8447cb22 100644 --- a/src/main/resources/views/platform/zhgh/activity/sports/applyUser/index.html +++ b/src/main/resources/views/platform/zhgh/activity/sports/applyUser/index.html @@ -18,6 +18,13 @@ layout("/layouts/platform.html"){ .el-carousel__container { height: 250px !important; } + + .one-line { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + cursor: pointer; + }
@@ -125,10 +132,13 @@ layout("/layouts/platform.html"){ 报名未开始
-
- 活动地址: - {{item.address}} -
+ +
+ 活动地址: + {{ item.address }} +
+
报名时间: {{$moment(item.applyStartTime).format('YYYY/MM/DD HH:mm')}}