diff --git a/pages/inventory/index.scss b/pages/inventory/index.scss index f0d5e3a..72b4ebd 100644 --- a/pages/inventory/index.scss +++ b/pages/inventory/index.scss @@ -39,7 +39,6 @@ // background-color: red; margin-top: 30rpx; // padding: 20rpx 0rpx; - box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4); border-radius: 20rpx; line-height: 60rpx; @@ -47,7 +46,7 @@ display: flex; flex-direction: column; position: relative; - padding: 0 20px; + padding: 20rpx 20px; background-color: rgba(248, 248, 255, 0.6); box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);