File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/document-component/src/document/zh-CN/components
packages/layer/src/component Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -789,7 +789,7 @@ const openCallback = () => {
789
789
| maxmin | 缩放 | boolean | ` false ` | ` true ` ` false ` |
790
790
| resize | 拉伸 | boolean | ` false ` | ` true ` ` false ` |
791
791
| anim | 入场动画 | number | ` 0 ` | ` 0 ` - ` 6 ` |
792
- | isOutAnim | 出场动画 | boolean | ` true ` | ` true ` ` false ` |
792
+ | isOutAnim | 离场动画 | boolean | ` true ` | ` true ` ` false ` |
793
793
| btnAlign | 按钮位置 | string | ` r ` | ` l ` ` c ` ` r ` |
794
794
| closeBtn | 关闭按钮 | boolean string | ` 1 ` | ` false ` ` 1 ` ` 2 ` |
795
795
| time | 关闭时间 | number | ` 0 ` | -- |
Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ const enterActiveClass = computed(() => {
563
563
if (type === 6 ) {
564
564
return getNotifyAnimationClass (props .offset );
565
565
}
566
- return ` layer-anim layer-anim -0${props .anim } ` ;
566
+ return ` layer-anim-0${props .anim } ` ;
567
567
});
568
568
569
569
/**
You can’t perform that action at this time.
0 commit comments