File size: 272 Bytes
ab2ded1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.systemInfo {
  width: 100%;
  .title {
    font-size: 20px;
    font-weight: 600;
  }
  .text {
    height: 26px;
    line-height: 26px;
  }
  .badge {
    :global(.ant-badge-status-dot) {
      width: 10px;
      height: 10px;
    }
  }
  .error {
    color: red;
  }
}