Commit 4201465c authored by Damon's avatar Damon

fix: 【ID1001691】【自营平台】:无图片上传时显示的文字太偏下,需要居中一点

parent 597ec954
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
} }
} }
.slot-content { .slot-content {
padding: 40rpx 30rpx 0rpx 30rpx; padding: 40rpx 30rpx 30rpx 30rpx;
.upload-title { .upload-title {
margin: 20rpx 0 50rpx 0; margin: 20rpx 0 50rpx 0;
display: flex; display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment