|
|
@@ -31,7 +31,7 @@
|
|
|
class="setting"
|
|
|
v-for="item in commodityDisplayList"
|
|
|
:key="item.id"
|
|
|
- style="width: 64px"
|
|
|
+ style="width: 88px"
|
|
|
@click="$router.push({ path: '/creatorDetail', query: { id: item.id } })"
|
|
|
>
|
|
|
<van-image width="66px" height="66px" radius="33" :src="getImg(item.avatar)" fit="cover" />
|
|
|
@@ -578,11 +578,11 @@ export default {
|
|
|
}
|
|
|
.setting {
|
|
|
height: 94px;
|
|
|
- padding-right: 24px;
|
|
|
+ // padding-right: 24px;
|
|
|
// padding-bottom: 20px;
|
|
|
// background-color: #191d27;
|
|
|
.setting_title {
|
|
|
- width: 64px;
|
|
|
+ width: 68px;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
@@ -600,8 +600,6 @@ export default {
|
|
|
.setting:last-child {
|
|
|
padding-right: 0px;
|
|
|
}
|
|
|
-.slide-sek {
|
|
|
-}
|
|
|
.slide-more {
|
|
|
width: 30px;
|
|
|
height: 94px;
|