111
This commit is contained in:
parent
073713cf95
commit
e0be8ddc03
|
@ -42,11 +42,11 @@
|
|||
{{ props.dataList.description }}
|
||||
</div>
|
||||
</a-tooltip> -->
|
||||
<div class="bottomdesc" v-if="props.dataList.description.length < 200">
|
||||
<div class="bottomdesc" v-if="(props.dataList.description.length < 183)">
|
||||
场景描述: {{ props.dataList.description || '--' }}
|
||||
</div>
|
||||
<div class="bottomdesc" v-else-if="dowmOrUp === '展开>>'">
|
||||
场景描述: {{ props.dataList.description.slice(0, 200) }}...
|
||||
场景描述: {{ props.dataList.description.slice(0, 183) }}...
|
||||
<span
|
||||
style="cursor: pointer; color: rgb(241 211 112)"
|
||||
@click="showDetail(dowmOrUp)"
|
||||
|
@ -351,12 +351,12 @@ watch(
|
|||
-webkit-box-orient: vertical;
|
||||
word-break: break-all;
|
||||
width: 800px;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.bottomdesc1 {
|
||||
overflow: auto;
|
||||
width: 800px;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
height: 200px;
|
||||
}
|
||||
margin-top: 0.2rem;
|
||||
|
|
Loading…
Reference in New Issue