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