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
@import '~antd/es/style/themes/default';
@realtime-info-prefix-cls: ~'@{ant-prefix}-realtime-info';
.@{realtime-info-prefix-cls} {
padding: 10px;
.@{ant-prefix}-btn-link {
color: #d0d6e8;
}
&-search-wrap {
display: flex;
margin-bottom: 20px;
}
&-search,
&-target {
display: flex;
align-items: center;
margin-right: 20px;
}
&-label {
white-space: nowrap;
}
&-code-wrap {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
}
.@{realtime-info-prefix-cls}-modal {
.@{ant-prefix}-modal-header {
height: 63px;
padding: 16px 48px 0 24px;
}
&-title {
.@{ant-prefix}-tabs-nav {
margin: 0;
}
.@{ant-prefix}-tabs-nav:before {
border: none;
}
.@{ant-prefix}-tabs-extra-content {
margin-right: 10px;
}
.@{ant-prefix}-tabs-content-holder {
display: none;
}
}
.@{ant-prefix}-modal-content {
height: 705px;
}
&-table {
height: 500px;
}
}