广州市综治平台前端
xusd
yesterday bdeacb9f02dfa74bac74296a4a2c989a8e0d45ff
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
.mediateAll {
    margin: @pageMargin;
 
    &-drawerTitle {
        margin-top: 24px;
    }
 
    .pageTable {
        margin-top: @pageUpDownMargin;
    }
 
    &-tag {
        position: relative;
        padding: 0 8px;
        border-radius: @border-radius-base;
        background-color: @tag-color;
        border: 1px solid @divider-color;
 
        &-del {
            position: absolute;
            width: 18px;
            height: 18px;
            text-align: center;
            line-height: 18px;
            top: -8px;
            right: -8px;
            background-color: @error-color;
            border-radius: 50%;
            color: #ffffff;
            cursor: pointer;
        }
    }
 
    &-exclamation {
        margin-right: 8px;
        color: @warning-color;
    }
}