mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-12 19:53:41 +08:00
feat(projects): 添加多页签风格:按钮和浏览器两种风格
This commit is contained in:
9
src/styles/css/animation.css
Normal file
9
src/styles/css/animation.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* opacity透明过度 */
|
||||
.transition-opacity-enter-active,
|
||||
.transition-opacity-enter-active {
|
||||
transition: opacity 0.4s ease-out;
|
||||
}
|
||||
.transition-opacity-enter-from,
|
||||
.transition-opacity-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
@import './scrollbar.css';
|
||||
@import './animation.css';
|
||||
|
||||
html,
|
||||
body,
|
||||
|
||||
Reference in New Issue
Block a user