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;
|
|
|
|
}
|
2024-02-28 13:29:54 +08:00
|
|
|
: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);
|
|
|
|
}
|