fix(order): 订单列表-订单详情长度弹窗高度问题处理
This commit is contained in:
parent
1662ee94e6
commit
8beff925a3
|
@ -717,6 +717,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.orderList_a {
|
.orderList_a {
|
||||||
|
max-height: 50vh;
|
||||||
|
overflow-y: auto;
|
||||||
img {
|
img {
|
||||||
width: 124rpx;
|
width: 124rpx;
|
||||||
height: 124rpx;
|
height: 124rpx;
|
||||||
|
|
Loading…
Reference in New Issue