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
.desc:hover{
cursor: pointer;
color: #1890ff;
}
.desc{
margin-right: 10px;
}
.titlebox{
width: 100%;
height: 100px;
text-align: center;
color: #333;
}
.log{
font-size: 27px;
font-weight: bold;
margin-bottom: 5px;
margin-top: 20px;
}
.desclog{
color: #8E99AB;
margin-bottom: 0px;
}
.logbox{
width: 100%;
max-height: calc(100vh - 200px);
// background-color: #f6f6f6;
// border: 1px solid #f6f6f6;
text-align: left;
overflow: hidden;
.ant-tabs-content-holder{
overflow-y: scroll;
}
}
.hr{
margin-right: 20px;
li{
color: gray;
}
}
.topBox{
display: flex;
justify-content: space-between;
height: 40px;
align-items: center;
}
.topl{
font-size: 22px;
color: #1890ff;
}
.topr{
font-size: 16px;
color: #333;
}