diff --git a/pages/tabBar/xjPage/xjRecord.vue b/pages/tabBar/xjPage/xjRecord.vue index 070c4f7..c71d310 100644 --- a/pages/tabBar/xjPage/xjRecord.vue +++ b/pages/tabBar/xjPage/xjRecord.vue @@ -31,7 +31,7 @@ - + @@ -165,11 +165,10 @@ export default { .conItem { width: calc(100% - 40rpx); border-radius: 10rpx; - margin-left: 20rpx; + margin: 20rpx; + padding: 20rpx; background-color: rgba(255, 255, 255, 1); box-shadow: 0 8rpx 16rpx rgba(0, 0, 0, 0.2); - margin-bottom: 20rpx; - padding: 20rpx; box-sizing: border-box; }