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
.picture-group{
padding: 2rem;
::ng-deep .p-image-uploader .p-box .p-upload-icon .anticon-upload {
font-size: 5vw!important;
}
.opt-container {
width: 100%;
display: flex;
flex-wrap: wrap;
.button-group{
display: contents;
}
.opt-wrap {
margin: 0 1rem 1rem 0;
display: flex;
flex-direction: column;
//height: 14rem;
//width: 20rem;
border: 2px dashed #ddd;
border-radius: 0.5rem;
padding: 0.8rem;
.tool-bar {
display: flex;
justify-content: space-between;
align-items: center;
}
.content-editor {
height: 100%;
}
}
}
.disabled {
pointer-events: none;
opacity: 0.6;
}
}