index.less
872 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
.qx-app-detail_show {
background: #fff;
padding: 24px 0;
height: calc(100vh - 106px);
overflow: auto;
&.qx-app-detail_show--view {
padding: 0;
display: flex;
flex-direction: column;
> div {
&:nth-child(2) {
flex-grow: 1;
> .ant-spin-container {
height: 100%;
> .qx-rt-form-view--detail {
height: 100%;
> .fr-field {
height: 100%;
> .fr-content {
height: 100%;
> .fr-item-wrapper {
height: 100%;
> .w-100 {
height: 100%;
> .flex-wrap {
height: 100%;
}
}
}
}
}
}
}
}
}
}
.qx-rt-form {
padding: 0 24px;
}
}