|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="assignAwait">
|
|
|
- <van-nav-bar class="navBar" title="客资任务" left-arrow @click-left="onClickLeft" />
|
|
|
+ <van-nav-bar class="navBar" title="待分配客资" left-arrow @click-left="onClickLeft" />
|
|
|
<div class="container">
|
|
|
<van-list v-model="loading" :finished="finished" finished-text="--已经到底了--">
|
|
|
<div class="newCarList" v-for="(item, index) in list" :key="index">
|
|
|
@@ -89,9 +89,6 @@ export default {
|
|
|
border-radius: 6px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
- .newCarList .newlist .title {
|
|
|
- line-height: 32px;
|
|
|
- }
|
|
|
.newCarList .van-cell__right-icon {
|
|
|
top: -4px;
|
|
|
}
|
|
|
@@ -102,7 +99,7 @@ export default {
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
- line-height: 14px;
|
|
|
+ /* line-height: 14px; */
|
|
|
}
|
|
|
.newCarList .newlist .info {
|
|
|
font-size: 14px;
|
|
|
@@ -115,7 +112,7 @@ export default {
|
|
|
}
|
|
|
.newCarList .newlist .title .textLeft {
|
|
|
display: inline-block;
|
|
|
- padding-bottom: 10px;
|
|
|
+ /* padding-bottom: 10px; */
|
|
|
}
|
|
|
.newCarList .newlist .title .textRight {
|
|
|
float: right;
|