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

This commit is contained in:
modendeveloper
2024-09-11 23:40:39 +08:00
parent 3407ef7aff
commit b37d3a139e
+2 -1
View File
@@ -1349,7 +1349,8 @@ export default {
} }
.intro-main { .intro-main {
position: relative; position: relative;
height: 400rpx; max-height: 400rpx;
min-height: 140rpx;
margin: 30rpx 0 50rpx 0; margin: 30rpx 0 50rpx 0;
overflow: hidden; overflow: hidden;
&.show-more { &.show-more {