修改部分样式

This commit is contained in:
TOP糯米 2023-02-25 23:54:30 +08:00
parent 903acfc21f
commit 7864b6659d
5 changed files with 6 additions and 14 deletions

View File

@ -209,7 +209,6 @@ export default {
height: 133.2rpx;
background: rgba(184, 180, 179, 0);
box-sizing: border-box;
margin: 0 25rpx 25rpx 0;
border-radius: 25rpx;
overflow: hidden;
border: 1px solid #f7f7f7;
@ -240,7 +239,7 @@ export default {
}
.save-form-btn {
width: 100%;
margin-top: 58rpx;
padding: 60rpx 0;
.btn {
width: 570rpx;
height: 98rpx;

View File

@ -417,6 +417,11 @@ export default {
color: #666666;
}
}
.upload-item {
.image-box {
margin: 0 25rpx 25rpx 0;
}
}
}
.price-type {
.title-box {

View File

@ -118,8 +118,4 @@ export default {
font-weight: normal;
}
}
.save-form-btn {
margin-top: 40rpx;
padding-bottom: 120rpx;
}
</style>

View File

@ -121,8 +121,4 @@ export default {
.count-style {
justify-content: space-between;
}
.save-form-btn {
margin-top: 40rpx;
padding-bottom: 120rpx;
}
</style>

View File

@ -165,8 +165,4 @@ export default {
.count-style {
justify-content: space-between;
}
.save-form-btn {
margin-top: 40rpx;
padding-bottom: 120rpx;
}
</style>