index.less
1.26 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
.WorkOrderPackTableTreeNew {
width: 100vw;
height: 100vh;
padding-top: 90px;
background-color: #FFF;
}
.content {
width: 100%;
height: 100%;
overflow: auto;
}
.header {
position: fixed;
width: 100%;
z-index: 999;
top: 60px;
height: 30px;
padding: 0px;
line-height: inherit;
background: transparent;
:global {
.ant-menu {
line-height: inherit;
}
}
}
.avatar {
height: 0;
line-height: 0;
:global {
img {
position: fixed;
width: 93px;
height: 93px;
right: 10px;
z-index: 1000;
top: 122px;
/* 解决审核图标挡住操作按钮 */
object-fit: contain;
}
}
}
.masterView {
:global {
.searchMainForm {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
}
.slaveTable {
width: 100%;
height: auto;
padding: 0 10px 0 10px;
}
.controlTable {
width: 100%;
height: auto;
padding: 0 10px 0 10px;
position: sticky;
top: 0;
z-index: 999;
}
.collapse {
width: calc(100% - 20px);
height: auto;
margin: 0 10px 0 10px;
}
.delAll {
position: absolute;
top: -22px;
right: 0;
z-index: 15;
:global {
.ant-btn {
height: 22px;
display: flex;
align-items: center;
justify-content: center;
}
}
}