index.less 775 Bytes
Newer Older
Maofei94's avatar
Maofei94 committed
1 2 3 4 5 6 7 8 9 10 11 12
.desc:hover{
  cursor: pointer;
  color: #1890ff;
}
.desc{
  margin-right: 10px;
}
.titlebox{
  width: 100%;
  height: 100px;
  text-align: center;
  color: #333;
Maofei94's avatar
Maofei94 committed
13

Maofei94's avatar
Maofei94 committed
14 15
}
.log{
Maofei94's avatar
Maofei94 committed
16
  font-size: 27px;
Maofei94's avatar
Maofei94 committed
17 18 19 20 21 22 23 24 25 26 27
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}
.desclog{
  color: #8E99AB;
  margin-bottom: 0px;
}
.logbox{
  width: 100%;
  max-height: calc(100vh - 200px);
Maofei94's avatar
Maofei94 committed
28 29
  // background-color: #f6f6f6;
  // border: 1px solid #f6f6f6;
Maofei94's avatar
Maofei94 committed
30 31
  text-align: left;
  overflow: hidden;
Maofei94's avatar
Maofei94 committed
32 33 34
  .ant-tabs-content-holder{
    overflow-y: scroll;
  }
Maofei94's avatar
Maofei94 committed
35 36 37
}
.hr{
  margin-right: 20px;
Maofei94's avatar
Maofei94 committed
38 39 40
  li{
    color: gray;
  }
Maofei94's avatar
Maofei94 committed
41 42 43 44 45 46
}
.topBox{
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
Maofei94's avatar
Maofei94 committed
47

Maofei94's avatar
Maofei94 committed
48 49 50 51 52 53 54 55 56
}
.topl{
  font-size: 22px;
  color: #1890ff;
}
.topr{
  font-size: 16px;
  color: #333;
}