vben
2021-02-18 f675fff2e66054b4157b2a330dbf151822b0befd
提交 | 用户 | age
2f6253 1 @import './pagination.less';
2 @import './input.less';
3 @import './btn.less';
4
770283 5 // TODO beta.11 fix
2407b3 6 .ant-col {
V 7   width: 100%;
8 }
9
f675ff 10 .ant-image-preview-root {
V 11   img {
12     display: unset;
13   }
14 }
15
8f9eff 16 .ant-back-top {
V 17   right: 20px;
18   bottom: 20px;
19 }
20
7a0003 21 .collapse-container__body {
V 22   > .ant-descriptions {
23     margin-left: 6px;
24   }
25 }
26
116a1f 27 .ant-image-preview-operations {
V 28   background: rgba(0, 0, 0, 0.3);
29 }
30
ff2b12 31 .ant-popover {
V 32   &-content {
33     box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
34   }
35 }
36
2f6253 37 // =================================
38 // ==============modal message======
39 // =================================
40 .modal-icon-warning {
41   color: @warning-color !important;
42 }
43
44 .modal-icon-success {
45   color: @success-color !important;
46 }
47
48 .modal-icon-error {
49   color: @error-color !important;
50 }
51
a2c413 52 .modal-icon-info {
V 53   color: @primary-color !important;
2f6253 54 }