mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-01 15:02:09 +08:00
13 lines
358 B
SCSS
13 lines
358 B
SCSS
@use "@tmagic/design/src/theme/index.scss" as tMagicDesign;
|
|
@use "@tmagic/table/src/theme/index.scss" as tMagicTable;
|
|
@use "@tmagic/form/src/theme/index.scss" as tMagicForm;
|
|
@use "./theme.scss";
|
|
|
|
.fade-enter-active,
|
|
.fade-leave-active {
|
|
transition: opacity 0.5s;
|
|
}
|
|
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
|
|
opacity: 0;
|
|
}
|