zhangnuoyan
2024-08-24 a1f7104959fcefe9940f849456cda934858c5733
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.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;
}