Blame view

src/design/ant/index.less 1.09 KB
陈文彬 authored
1
2
3
@import './pagination.less';
@import './input.less';
@import './btn.less';
vben authored
4
5
6
7
8
9
10
.ant-image-preview-root {
  img {
    display: unset;
  }
}
vben authored
11
span.anticon:not(.app-iconify) {
12
  vertical-align: 0.125em !important;
vben authored
13
14
}
vben authored
15
16
17
18
19
.ant-back-top {
  right: 20px;
  bottom: 20px;
}
20
21
22
23
24
25
.collapse-container__body {
  > .ant-descriptions {
    margin-left: 6px;
  }
}
26
.ant-image-preview-operations {
vben authored
27
  background-color: rgb(0 0 0 / 30%);
28
29
}
30
31
.ant-popover {
  &-content {
vben authored
32
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
33
34
35
  }
}
陈文彬 authored
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// =================================
// ==============modal message======
// =================================
.modal-icon-warning {
  color: @warning-color !important;
}

.modal-icon-success {
  color: @success-color !important;
}

.modal-icon-error {
  color: @error-color !important;
}
51
52
53
.modal-icon-info {
  color: @primary-color !important;
}
54
55
.ant-checkbox-checked .ant-checkbox-inner::after,
56
57
58
59
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-top: 0 !important;
  border-left: 0 !important;
}
wangkang authored
60
61
62
63
64
65
66
67

.ant-form-item-control-input-content {
  > div {
    > div {
      max-width: 100%;
    }
  }
}