index.less
1.69 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
98
99
100
.header {
width: 100%;
padding: 10px 0 0 0!important;
height: auto!important;
line-height: inherit!important;
background: #f0f2f5!important;
}
.top {
margin: 81px 10px 0 10px;
background: #fff;
border: 1px solid #ccc;
height: 46px;
line-height: 46px;
padding: 0 10px;
:global {
.ant-form-item {
margin-bottom: 0!important;
line-height: inherit!important;
}
.ant-form-item-control {
line-height: inherit!important;
}
}
}
.content {
height: calc(~'100vh - 193px');
background: #fff!important;
margin: 0 10px 0 10px;
border: 1px solid #ccc;
border-top: 0;
}
.left1 {
height: 230px;
overflow: hidden;
background: #fff!important;
border: 1px solid #ccc;
border-left: 0;
border-top: 0;
:global {
.ant-input-disabled {
cursor: default;
}
.ant-input-number-input {
cursor: default;
}
}
}
.left2 {
height: calc(~'100vh - 423px');
overflow: hidden;
background: #fff!important;
border: 1px solid #ccc;
border-left: 0;
border-top: 0;
}
.border {
border: 0;
padding: 1px 1px!important;
}
.left {
flex: 0 0 270px!important;
width: 270px!important;
max-width: 270px!important;
}
.right {
height: calc(~'100vh - 193px');
background: #fff!important;
margin: 0;
border: 1px solid #ccc;
border-top: 0;
overflow: hidden;
:global {
.topTable {
.ant-table-body {
margin-bottom: 0px!important;
padding-bottom: 0;
}
}
}
}
/* 界面设定图标 */
.affixMenu {
cursor: pointer;
position: fixed;
font-size: 20px;
right: 25px;
top: 90px;
}
.left, .right {
:global {
.ant-table-thead tr th {
padding:4px 2px!important;
}
}
}