zuihou
2021-12-10 8480454b73602380c1559c5587c6085eb88c67a2
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
61
62
63
64
@import './pagination.less';
@import './input.less';
@import './btn.less';
 
// TODO beta.11 fix
.ant-col {
  width: 100%;
}
 
.ant-image-preview-root {
  img {
    display: unset;
  }
}
 
span.anticon:not(.app-iconify) {
  vertical-align: 0.125em !important;
}
 
.ant-back-top {
  right: 20px;
  bottom: 20px;
}
 
.collapse-container__body {
  > .ant-descriptions {
    margin-left: 6px;
  }
}
 
.ant-image-preview-operations {
  background-color: rgb(0 0 0 / 30%);
}
 
.ant-popover {
  &-content {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  }
}
 
// =================================
// ==============modal message======
// =================================
.modal-icon-warning {
  color: @warning-color !important;
}
 
.modal-icon-success {
  color: @success-color !important;
}
 
.modal-icon-error {
  color: @error-color !important;
}
 
.modal-icon-info {
  color: @primary-color !important;
}
 
.ant-checkbox-checked .ant-checkbox-inner::after,
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-top: 0 !important;
  border-left: 0 !important;
}