Fix(县城文化):【商城小程序】千县名品—店铺,文化县城介绍数据较少或无数据时,点击展开/收起按钮,所展示的效果相反

This commit is contained in:
linxi
2024-09-12 09:18:47 +08:00
parent b37d3a139e
commit 6790c14aaf
+2 -2
View File
@@ -1349,8 +1349,8 @@ export default {
} }
.intro-main { .intro-main {
position: relative; position: relative;
max-height: 400rpx; height: 400rpx;
min-height: 140rpx; min-height: 400rpx;
margin: 30rpx 0 50rpx 0; margin: 30rpx 0 50rpx 0;
overflow: hidden; overflow: hidden;
&.show-more { &.show-more {