localhost_oa_front/src/styles/antdv.override.less

17 lines
286 B
Plaintext

.ant-col {
width: 100%;
}
body {
.ant-message {
z-index: 999999;
}
}
.ant-image-preview-root img {
display: unset;
}
:where(.css-dev-only-do-not-override-1mg5uni).ant-tabs-card > .ant-tabs-nav .ant-tabs-tab {
transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}