We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbd216 commit 00077b6Copy full SHA for 00077b6
web/src/view/layout/index.vue
@@ -7,7 +7,7 @@
7
</el-aside>
8
<!-- 分块滑动功能 -->
9
<el-main class="main-cont main-right">
10
- <transition mode="out-in" name="el-fade-in-linear">
+ <transition :duration="{ enter: 800, leave: 100 }" mode="out-in" name="el-fade-in-linear">
11
<div
12
class="topfix"
13
:style="{width: `calc(100% - ${isMobile?'0px':isCollapse?'54px':'220px'})`}"
0 commit comments