localhost_oa_front/src/styles/antdv.override.less

14 lines
131 B
Plaintext
Raw Normal View History

2024-02-27 17:22:27 +08:00
.ant-col {
width: 100%;
}
body {
.ant-message {
z-index: 999999;
}
}
.ant-image-preview-root img {
display: unset;
}