{{ shop.shopName }}
@@ -579,8 +580,8 @@ async function handleAb98Bind() {
}
.shop-item {
- height: 60px !important;
- padding: 12px;
+ height: auto !important;
+ padding: 0;
background: white;
border-radius: 8px;
overflow: hidden;
@@ -591,7 +592,12 @@ async function handleAb98Bind() {
display: flex;
align-items: center;
justify-content: start;
- height: 100%;
+ padding: 12px;
+ }
+ .shop-cover-img {
+ width: 100%;
+ height: 80px;
+ object-fit: cover;
}
.shop-name {