广州市综治平台前端
xusd
3 days ago 9cbfaa22c35822e4f2f985907fce5da4c9ef7ac9
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
.doubleFile {
    .arco-upload-list {
        // display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .arco-upload-list-item {
        width: calc(50% - 17px);
        // margin-top: 24px;
        // margin-left: 17px;
 
        &:nth-child(2n + 1) {
            width: calc(50% - 17px);
            margin-right: 17px;
            margin-left: 0px;
        }
    }
}
.arco-upload-trigger {
  width: auto;
}
 
.trigger {
    width: 80px;
    height: 80px;
    background: #f2f3f5;
    border: 1px dashed #e5e6eb;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}