mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-16 03:58:12 +00:00
Android取消文件打开动画
This commit is contained in:
parent
b758133f63
commit
5ba63d951c
@ -5,7 +5,7 @@
|
||||
:closable="escClosable"
|
||||
:mask-closable="maskClosable"
|
||||
:footer-hide="true"
|
||||
:transition-names="[`drawer-slide-${placement}`, '']"
|
||||
:transition-names="[$A.isAndroid() ? '' : `drawer-slide-${placement}`, '']"
|
||||
:beforeClose="beforeClose"
|
||||
fullscreen
|
||||
:class-name="`common-drawer-overlay ${placement}`">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user