File size: 398 Bytes
bf1e3ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d684338
 
 
 
 
 
 
 
 
 
 
 
 
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
.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;
  }
}

.taskBarTooltip {
  font-size: 16px;
}

.taskBar {
  width: '100%';
  height: 200px;
}

.taskBarTitle {
  font-size: 16px;
}