index.less
553 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
@import "~@/mixins.less";
.modal {
.size(100%, 100%);
.flex();
}
.tree {
border-right: 1px solid #AAA;
.size(150px, 100%);
overflow-y: auto;
:global {
.ant-tree {
font-size: 18px;
}
.ant-tree-switcher:not(.ant-tree-switcher-noop) {
margin-bottom: 10px;
}
}
}
.content {
padding-left: 10px;
.size(100px, 100%);
flex-grow: 1;
overflow: auto;
}
.memo {
:global {
.ant-form-item-label {
height: 68px !important;
}
.table-title-formStyle {
top: 31.5px !important;
}
}
}