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; + }