styles.less
945 Bytes
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
@import '~@qx/ui/src/style/variable.less';
.qx-app-selector__modal {
.ant-typography {
font-size: 14px;
}
.ant-popover-inner-content {
max-height: 280px;
overflow-y: auto;
overflow-x: hidden;
padding: 0;
}
.qx-fg-select-overlay .ant-popover-arrow {
display: none;
}
//.ant-input.select-source {
// display: flex;
// flex-direction: row;
// align-items: center;
// justify-content: space-between;
// min-height: 32px;
// transition: all .3s;
// box-sizing: border-box;
// margin: 0;
// list-style: none;
// width: 100%;
// padding: 4px 11px;
// font-size: 14px;
// background-color: #fff;
// border: 1px solid #d9d9d9;
// border-radius: 4px;
//
// &:hover {
// border-color: @B8;
// }
//
// .ant-tag {
// margin: 1px;
// }
//
// > .anticon {
// padding: 0 6px;
// color: @N5;
// font-size: 12px;
// }
//}
}