fix 搜索列表样式修复

This commit is contained in:
Cxpller 2023-10-16 23:57:34 +08:00
parent 9f4f7580d7
commit ad4f22e60c

View File

@ -32,11 +32,15 @@ page view {
.result-container .category-goods-list {
background-color: #f2f2f2;
overflow-y: scroll;
padding: 20rpx 24rpx;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.result-container .category-goods-list .goods-card__body {
width: 100% !important;
}
.result-container .wr-goods-list {
background: #f2f2f2 !important;
}
@ -111,4 +115,4 @@ page view {
.result-container .t-input__control {
font-size: 24rpx !important;
text-align: center;
}
}