|
1
2
3
|
@import './pagination.less';
@import './input.less';
@import './btn.less';
|
vben
authored
|
4
|
|
vben
authored
|
5
6
7
8
9
10
|
.ant-image-preview-root {
img {
display: unset;
}
}
|
vben
authored
|
11
|
span.anticon:not(.app-iconify) {
|
Vben
authored
|
12
|
vertical-align: 0.125em !important;
|
vben
authored
|
13
14
|
}
|
vben
authored
|
15
16
17
18
19
|
.ant-back-top {
right: 20px;
bottom: 20px;
}
|
vben
authored
|
20
21
22
23
24
25
|
.collapse-container__body {
> .ant-descriptions {
margin-left: 6px;
}
}
|
vben
authored
|
26
|
.ant-image-preview-operations {
|
vben
authored
|
27
|
background-color: rgb(0 0 0 / 30%);
|
vben
authored
|
28
29
|
}
|
vben
authored
|
30
31
|
.ant-popover {
&-content {
|
vben
authored
|
32
|
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
vben
authored
|
33
34
35
|
}
}
|
|
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;
}
|
vben
authored
|
51
52
53
|
.modal-icon-info {
color: @primary-color !important;
}
|
|
54
|
|
M69w
authored
|
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;
}
|
|
60
61
62
63
64
65
66
67
|
.ant-form-item-control-input-content {
> div {
> div {
max-width: 100%;
}
}
}
|