浏览代码

style: 移除hot-sell.vue中多余的margin-top样式

ylong 1 周之前
父节点
当前提交
ecbed27ae8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      pages-sell/pages/hot-sell.vue

+ 0 - 1
pages-sell/pages/hot-sell.vue

@@ -169,7 +169,6 @@ export default {
 	z-index: 1;
 	background-color: #fff;
 	border-radius: 40rpx 40rpx 0 0; /* Rounded top corners for list area */
-	margin-top: -16rpx;
 	padding: 30rpx 40rpx;
 	min-height: 500rpx;
 }