update src/components/Dialog/src/Dialog.vue.
解决了弹窗默认top为0的问题
Signed-off-by: AKING <2734339436@qq.com>
(cherry picked from commit d74f96fe17
)
This commit is contained in:
parent
117577d9d1
commit
62aa0e794f
@ -65,7 +65,6 @@ const dialogStyle = computed(() => {
|
|||||||
destroy-on-close
|
destroy-on-close
|
||||||
lock-scroll
|
lock-scroll
|
||||||
draggable
|
draggable
|
||||||
top="0"
|
|
||||||
class="com-dialog"
|
class="com-dialog"
|
||||||
:show-close="false"
|
:show-close="false"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user