31161
This commit is contained in:
@@ -48,11 +48,11 @@
|
|||||||
:current.sync="search.current"
|
:current.sync="search.current"
|
||||||
:size.sync="search.size"
|
:size.sync="search.size"
|
||||||
@getList="getList">
|
@getList="getList">
|
||||||
<el-table-column slot="goods" width="240px" label="商品" align="left">
|
<el-table-column slot="goods" width="280px" label="商品" align="left">
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<div class="goods">
|
<div class="goods">
|
||||||
<img :src="row.imageUrl">
|
<img :src="row.imageUrl">
|
||||||
<span>{{ row.merchandiseName }}</span>
|
<span :title="row.merchandiseName">{{ row.merchandiseName }}</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
@@ -206,6 +206,14 @@
|
|||||||
height: 80px;
|
height: 80px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
flex: 1;
|
||||||
|
display: -webkit-box;
|
||||||
|
overflow: hidden;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.userSelcet {
|
.userSelcet {
|
||||||
|
|||||||
Reference in New Issue
Block a user