修改页面底部内边距

This commit is contained in:
TOP糯米 2023-02-23 15:59:37 +08:00
parent 3c1c83a805
commit 1952b31130
4 changed files with 4 additions and 4 deletions

View File

@ -257,7 +257,7 @@ export default {
} }
} }
.service-section.detail-box { .service-section.detail-box {
padding-bottom: 100rpx; padding-bottom: 120rpx;
.detail { .detail {
position: relative; position: relative;
width: 670rpx; width: 670rpx;

View File

@ -120,6 +120,6 @@ export default {
} }
.save-form-btn { .save-form-btn {
margin-top: 40rpx; margin-top: 40rpx;
padding-bottom: 100rpx; padding-bottom: 120rpx;
} }
</style> </style>

View File

@ -123,6 +123,6 @@ export default {
} }
.save-form-btn { .save-form-btn {
margin-top: 40rpx; margin-top: 40rpx;
padding-bottom: 100rpx; padding-bottom: 120rpx;
} }
</style> </style>

View File

@ -167,6 +167,6 @@ export default {
} }
.save-form-btn { .save-form-btn {
margin-top: 40rpx; margin-top: 40rpx;
padding-bottom: 100rpx; padding-bottom: 120rpx;
} }
</style> </style>