vue 使用Elementui的message,该怎么设置出现时的坐标呀?

图片说明

offset:距离窗口顶部的偏移量

https://element.faas.ele.me/#/zh-CN/component/message

https://www.cnblogs.com/foxcharon/p/9124861.html

实在调不了的话,就在全局样式里面加上这个!

.el-message {
    top:200px !important;
    z-index: 99999 !important;
}