bug_commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
</style>
|
||||
<div id="app" v-cloak>
|
||||
<guava ref="guava">
|
||||
@@ -125,10 +132,13 @@ layout("/layouts/platform.html"){
|
||||
报名未开始
|
||||
</el-tag>
|
||||
</div>
|
||||
<div class="text e-item">
|
||||
<span style="color: gray">活动地址:</span>
|
||||
{{item.address}}
|
||||
</div>
|
||||
<el-tooltip :disabled="item.address.length <= 15"
|
||||
:content="item.address" placement="top">
|
||||
<div class="text e-item one-line">
|
||||
<span style="color: gray">活动地址:</span>
|
||||
{{ item.address }}
|
||||
</div>
|
||||
</el-tooltip>
|
||||
<div class="text e-item">
|
||||
<span style="color: gray">报名时间:</span>
|
||||
{{$moment(item.applyStartTime).format('YYYY/MM/DD HH:mm')}}
|
||||
|
||||
Reference in New Issue
Block a user