默认<style lang="scss" scoped>局部样式,尝试用deep透传也无效
实践成功方法:单独写一个style
<style>
.el-notification{
position: absolute !important;
top: 40% !important;
left: 40% !important;
}
</style>
也支持自定义类
默认<style lang="scss" scoped>局部样式,尝试用deep透传也无效
实践成功方法:单独写一个style
<style>
.el-notification{
position: absolute !important;
top: 40% !important;
left: 40% !important;
}
</style>
也支持自定义类