|
1
2
3
|
@import './pagination.less';
@import './input.less';
@import './btn.less';
|
|
4
|
@import './table.less';
|
|
5
|
|
vben
authored
|
6
|
// TODO beta.11 fix
|
vben
authored
|
7
8
9
10
|
.ant-col {
width: 100%;
}
|
vben
authored
|
11
12
13
14
15
16
|
.ant-image-preview-root {
img {
display: unset;
}
}
|
vben
authored
|
17
|
span.anticon:not(.app-iconify) {
|
Vben
authored
|
18
|
vertical-align: 0.125em !important;
|
vben
authored
|
19
20
|
}
|
vben
authored
|
21
22
23
24
25
|
.ant-back-top {
right: 20px;
bottom: 20px;
}
|
vben
authored
|
26
27
28
29
30
31
|
.collapse-container__body {
> .ant-descriptions {
margin-left: 6px;
}
}
|
vben
authored
|
32
|
.ant-image-preview-operations {
|
Vben
authored
|
33
|
background-color: rgba(0, 0, 0, 0.3);
|
vben
authored
|
34
35
|
}
|
vben
authored
|
36
37
38
39
40
41
|
.ant-popover {
&-content {
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
}
|
|
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
// =================================
// ==============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
|
57
58
59
|
.modal-icon-info {
color: @primary-color !important;
}
|