|
|
@@ -165,6 +165,16 @@ export default {
|
|
|
required: true,
|
|
|
trigger: 'change',
|
|
|
message: 'Please select payment gateway'
|
|
|
+ },
|
|
|
+ providerContactPerson: {
|
|
|
+ required: true,
|
|
|
+ trigger: 'blur',
|
|
|
+ message: 'Please type contact person'
|
|
|
+ },
|
|
|
+ providerContactPhoneNumber: {
|
|
|
+ required: true,
|
|
|
+ trigger: 'blur',
|
|
|
+ message: 'Please type contact number'
|
|
|
}
|
|
|
},
|
|
|
logos: []
|
|
|
@@ -351,23 +361,26 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.logo-upload {
|
|
|
- width: 148px;
|
|
|
- height: 148px;
|
|
|
+ width: 144px;
|
|
|
+ height: 144px;
|
|
|
position: relative;
|
|
|
::v-deep .el-image {
|
|
|
- width: 148px;
|
|
|
- height: 148px;
|
|
|
+ width: 144px;
|
|
|
+ height: 144px;
|
|
|
border-radius: 6px;
|
|
|
+ img {
|
|
|
+ object-fit: contain;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.avatar-uploader-icon {
|
|
|
- width: 148px;
|
|
|
- height: 148px;
|
|
|
+ width: 144px;
|
|
|
+ height: 144px;
|
|
|
color: #8c939d;
|
|
|
cursor: pointer;
|
|
|
font-size: 28px;
|
|
|
text-align: center;
|
|
|
- line-height: 148px;
|
|
|
+ line-height: 144px;
|
|
|
border-radius: 6px;
|
|
|
border: 1px dashed #d9d9d9;
|
|
|
}
|