Skip to content

message在全屏样式下,完全失效,展示不出来 #6867

@mizhicangyue

Description

@mizhicangyue
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.0.0-rc.6

Environment

mac chrome最新

Reproduction link

https://www.antdv.com/components/message-cn

Steps to reproduce

1.按需引入message
plugins: [ vue(), vueJsx(), Components({ resolvers: [ AntDesignVueResolver({ importStyle: false, // css in js }), ], }), ],
import {message, Modal, TableProps} from "ant-design-vue";
2.使用
<a-button @click="alertfun"> 谈个框 </a-button>
const alertfun = () => { message.error('谈个框'); // 弹不出来 }
3.展示不出来,但是dom节点好像是加载了
image

What is expected?

希望能展示出来message

What is actually happening?

message弹窗弹不出来,但是notification和modal都能成功使用

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions