mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 06:02:52 +08:00
电投订单详情页面可以左右拖动问题
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</van-collapse-item>
|
||||
<div v-if="OrderInfoDTO.bnfFlag == '法定受益人'">
|
||||
<van-cell-group>
|
||||
<van-cell title="受益人" value="法定受益人" class="ml15"></van-cell>
|
||||
<van-cell title="受益人" value="法定受益人" style="padding: .5em 1.5em;"></van-cell>
|
||||
</van-cell-group>
|
||||
</div>
|
||||
<div v-for="(itm, i) in item.bnfDTOs" :key="itm.name" class="pb10" v-else>
|
||||
@@ -344,8 +344,7 @@ export default {
|
||||
padding-top: 0;
|
||||
}
|
||||
/deep/.van-collapse-item__title {
|
||||
// background: rgb(241, 241, 241);
|
||||
padding-left: 30px;
|
||||
padding: 0.5em 1.5em;
|
||||
}
|
||||
/deep/ .van-cell__value {
|
||||
text-align: left !important;
|
||||
|
||||
Reference in New Issue
Block a user