.componentStyle {
|
margin-bottom: 16px;
|
}
|
.styleCaletory {
|
margin-bottom: 24px;
|
}
|
|
:deep(.mo-radio-group-button) {
|
white-space: nowrap;
|
}
|
:deep(.mo-input-wrapper) {
|
margin-bottom: 18px;
|
}
|
|
.contentStyle,
|
.componentsStyle {
|
margin-bottom: 16px;
|
color: #252931;
|
font-size: 14px;
|
}
|
|
:deep(.btn) {
|
margin-bottom: 16px;
|
}
|
.custom-image {
|
justify-content: flex-start;
|
:deep(.mo-form-item-content) {
|
justify-content: flex-start !important;
|
color: #8c8c8c;
|
}
|
}
|
.customImageUpLoad {
|
width: 100%;
|
height: 100px;
|
background-color: #f7f8fa;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
padding: 4px 0;
|
img {
|
flex-shrink: 0;
|
width: 64px;
|
height: 64px;
|
position: relative;
|
border-radius: 3px;
|
overflow: hidden;
|
cursor: pointer;
|
}
|
}
|
|
.nowrapRadio {
|
white-space: nowrap;
|
display: flex;
|
justify-content: space-between;
|
margin-bottom: 10px;
|
}
|
.pic-card {
|
:deep(.mo-image-error-icon) {
|
padding-top: 17px !important;
|
}
|
}
|
.item-svg-class {
|
line-height: 35px;
|
}
|