|
@@ -2,7 +2,7 @@
|
|
|
<div class="mine-list-component">
|
|
|
<!-- 账号数据合并-->
|
|
|
<van-cell-group
|
|
|
- class="merge-cell cell-group mt16"
|
|
|
+ class="merge-cell cell-group mt12"
|
|
|
:border="false"
|
|
|
v-if="mergeInfo.show"
|
|
|
>
|
|
@@ -15,7 +15,7 @@
|
|
|
<van-cell-group
|
|
|
v-for="(mItem, mIndex) in menuList"
|
|
|
:key="'group—' + mIndex"
|
|
|
- class="cell-group mt16"
|
|
|
+ class="cell-group mt12"
|
|
|
:border="false"
|
|
|
>
|
|
|
<van-cell
|
|
@@ -164,13 +164,13 @@ export default {
|
|
|
.mine-list-component {
|
|
|
.cell-group {
|
|
|
.left-icon {
|
|
|
- margin-right: 16px;
|
|
|
+ margin-right: 8px;
|
|
|
}
|
|
|
.icon-partner,
|
|
|
.icon-customer {
|
|
|
display: inline-block;
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
background: url(@/assets/image/mine/icon-partner.png) no-repeat center;
|
|
|
background-size: contain;
|
|
|
}
|
|
@@ -271,9 +271,12 @@ export default {
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ .left-icon{
|
|
|
+ font-size:22px !important;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
-.mt16 {
|
|
|
- margin-top: 16px;
|
|
|
+.mt12 {
|
|
|
+ margin-top: 12px;
|
|
|
}
|
|
|
</style>
|