优化部分商品评价无id,以及投诉详情页面展示错误问题

This commit is contained in:
lemon橪
2021-07-22 17:32:33 +08:00
parent 0ea121e59e
commit a6fec5cf70
6 changed files with 50 additions and 21 deletions

View File

@@ -462,7 +462,7 @@ page,
align-items: center;
}
.images-view {
padding: 20rpx;
display: flex;
flex-direction: row;
align-items: center;
@@ -484,7 +484,12 @@ page,
background-color: #ffffff;
height: 100rpx;
width: 750rpx;
display: flex;
align-items: center;
padding: 0rpx 20rpx;
width: 100%;
/deep/ .u-btn{
width: 94% !important;
}
}
</style>