zs
2025-06-04 5a149d626ae8bc3fa4bddbb53f8caf40f51f6da6
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
.btn {
  height: 24px;
  border-radius: 6px 6px 6px 6px;
  padding: 5px;
  padding: 5px 10px;
  color: #464e54 !important;
  margin-left: 0 !important;
 
  > span {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
  }
 
  :global(.cs-button) {
    color: #464e54;
  }
}
 
.btn:hover {
  background-color: transparent !important;
  opacity: 1 !important;
}
.btn:active {
  background-color: transparent !important;
}
.img {
  width: 16px;
  margin-right: 4px;
}
.status {
  &:hover {
    .img {
      filter: invert(49%) sepia(100%) saturate(6281%) hue-rotate(222deg)
        brightness(99%) contrast(99%);
      opacity: 1;
    }
    > span {
      color: #265cfb !important;
    }
  }
  color: #464e54;
}
.add {
  .iconFont {
    font-size: 19px;
    color: #5a84ff;
  }
 
  &:hover {
    .iconFont {
      font-size: 19px;
      color: #265cfb;
    }
    > span {
      color: #265cfb !important;
    }
  }
  color: #464e54;
}