车辆类型服务优化,培训文档详情

This commit is contained in:
2023-08-29 11:01:04 +08:00
parent b435b26c72
commit 47127a9bae
2 changed files with 16 additions and 9 deletions

View File

@ -61,7 +61,7 @@
<div class="trailerService" v-for="(item,index) in supplierServiceList" :key="index">
<div class="serviceline" @click="loadAll(index)">
<img :ref="'serviceline' + index" :src="imageUrl" style="width: 20px;height: 15px" >
<span class="service" style="width: 88px;">{{ item.name }}:</span>
<span class="service">{{ item.name }}:</span>
<span class="line"></span>
</div>
<div :ref="'checkboxGroup' + index" class="checkbox-group">
@ -267,10 +267,11 @@ export default {
opacity: .7;
color: #323643;
line-height: 18px;
white-space: nowrap;
}
.line{
display: inline-block;
@include wh(246px,2px);
@include wh(240px,2px);
opacity: 0.16;
border-bottom: 1px solid;
border-image: linear-gradient(270deg, rgba(217, 217, 217, 0.6), rgba(178, 178, 178, 1), rgba(178, 178, 178, 1), rgba(217, 217, 217, 0.6)) 1 1;