修复 发布服务-选择类目弹出窗分隔线混乱的问题
This commit is contained in:
parent
b0a396f9bd
commit
3918c52643
|
|
@ -20,7 +20,7 @@
|
||||||
@scroll="verticalMain">
|
@scroll="verticalMain">
|
||||||
<view class="padding-top padding-lr" v-for="(type, index1) in childrenList" :key="index1"
|
<view class="padding-top padding-lr" v-for="(type, index1) in childrenList" :key="index1"
|
||||||
:id="'main-'+type.id">
|
:id="'main-'+type.id">
|
||||||
<view class="cu-bar solid-bottom bg-white">
|
<view class="cu-bar bg-white bottom-border">
|
||||||
<view class="action">
|
<view class="action">
|
||||||
<text class="cuIcon-title text-main-color"></text>{{type.name}}
|
<text class="cuIcon-title text-main-color"></text>{{type.name}}
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -181,5 +181,17 @@
|
||||||
transition: all 0.2s ease-in-out 0s;
|
transition: all 0.2s ease-in-out 0s;
|
||||||
-webkit-transform: translateX(0.5px);
|
-webkit-transform: translateX(0.5px);
|
||||||
transform: translateX(0rpx);
|
transform: translateX(0rpx);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cu-list.menu-avatar>.cu-item:after, .cu-list.menu>.cu-item:after {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cu-list>.cu-item:last-child:after, .cu-list.menu>.cu-item:last-child:after {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-border {
|
||||||
|
border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue