bug
This commit is contained in:
@@ -701,7 +701,7 @@
|
||||
},
|
||||
|
||||
qbqRate () {
|
||||
return 26.27
|
||||
return 56.27
|
||||
if (!this.cyActivityInfo['已激活']) {
|
||||
return 0
|
||||
}
|
||||
|
||||
@@ -283,7 +283,7 @@
|
||||
<div class="info-bottom__item" v-for="(item, index) in eventInfo.process_list" :key="index">
|
||||
<h4>{{ item.solve_username }}</h4>
|
||||
<div class="middle">
|
||||
<p :title="item.process_desc">{{ item.process_desc }}</p>
|
||||
<p :title="item.process_desc">{{ item.process_desc || '无备注' }}</p>
|
||||
<span>{{ $moment(item.solved_time * 1000).format('YYYY-MM-DD HH:mm:ss') }}</span>
|
||||
</div>
|
||||
<i>{{ mapProcessType(item.process_type) }}</i>
|
||||
@@ -1042,26 +1042,28 @@
|
||||
left: 50%;
|
||||
z-index: 11;
|
||||
width: 498px;
|
||||
height: 430px;
|
||||
padding: 15px 25px 0;
|
||||
padding: 15px 25px 30px;
|
||||
background: url(https://cdn.cunwuyun.cn/dvcp/dv/qxn/event-bg.png);
|
||||
background-size: 100% 100%;
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
& > h3 {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
margin-top: 28px;
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
color: #02FEFF;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
-webkit-line-clamp: 1;
|
||||
}
|
||||
|
||||
.info-bottom {
|
||||
margin-top: 20px;
|
||||
padding-top: 14px;
|
||||
border-top: 1px solid #1b3145;
|
||||
|
||||
& > h3 {
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user