样式修改

master
zhaoxiaomin 2 years ago
parent 7774a0d3f7
commit f1ee70ea31
  1. 3
      pages/inventory/index.scss

@ -39,7 +39,6 @@
// background-color: red; // background-color: red;
margin-top: 30rpx; margin-top: 30rpx;
// padding: 20rpx 0rpx; // padding: 20rpx 0rpx;
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);
border-radius: 20rpx; border-radius: 20rpx;
line-height: 60rpx; line-height: 60rpx;
@ -47,7 +46,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: relative; position: relative;
padding: 0 20px; padding: 20rpx 20px;
background-color: rgba(248, 248, 255, 0.6); background-color: rgba(248, 248, 255, 0.6);
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4); box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);

Loading…
Cancel
Save