|
|
@@ -11,7 +11,7 @@
|
|
|
<div class="salesman-item" :class="{'active': item.checked}" v-for="(item, index) in newList" @click="handleSelect(item, index)">
|
|
|
<div class="content">
|
|
|
<div class="name">
|
|
|
- <span>{{ item.name }}</span>
|
|
|
+ <span class="">{{ item.name }}</span>
|
|
|
<span>{{ item.mobile }}</span>
|
|
|
</div>
|
|
|
<div class="depart">
|
|
|
@@ -139,10 +139,7 @@ onMounted(() => {
|
|
|
span:nth-child(1) {
|
|
|
font-size: 16px;
|
|
|
color: black;
|
|
|
- width: 80px;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
+ width: 130px;
|
|
|
}
|
|
|
}
|
|
|
&:hover{
|