style.less
1.49 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
@import '~@qx/ui/src/style/variable.less';
.qx-org-selector {
padding-left: 8px;
line-height: 0;
.ant-tag {
height: 22px;
margin: 1px 4px;
font-size: 0;
vertical-align: top;
> span {
font-size: 12px;
}
> .anticon-close {
transform: translateY(-4px);
}
}
&.qx-org-selector--edit {
.ant-tag {
&:first-child {
margin-left: 0;
}
}
}
&.qx-org-selector--readonly {
padding-right: 0;
padding-left: 0;
background-color: transparent;
border-color: transparent;
&.ant-input:hover {
border-color: transparent;
}
}
&.qx-org-selector--readonly > .ant-tag {
&:last-child {
margin-right: 0;
}
}
}
.qx-org-selector__dialog {
//.ant-popover-arrow {
// display: none;
//}
.ant-modal-body {
display: flex;
flex-direction: column;
padding: 0;
> .ant-row {
flex: 1;
}
}
.qx-selector-sub-search.ant-input-affix-wrapper {
margin-bottom: 8px;
border-bottom: 1px solid @N4;
}
}
.qx-org-selected__temp {
//background-color: #fafafa;
display: flex;
flex-wrap: wrap;
//align-items: flex-start;
align-items: center;
height: 60px;
padding: 5px;
overflow: auto;
border-bottom: 1px solid @N4;
.ant-tag {
margin: 1px 2px;
}
}
.qx-org-selector__content {
height: 380px;
overflow: auto;
}
.qx-org-tree__include {
margin-left: 10px;
color: @N7;
font-size: 16px;
&:hover {
color: @N9;
}
.active {
color: @B8;
}
}