【亲测有效】Element UI 自定义 Notification 通知样式不生效,设置this.$notify样式不生效问题

不生效的源代码

html 复制代码
<style lang="scss" scoped>
::v-deep .el-notification__group {
    margin-left: 130px;
}
</style>
html 复制代码
<style lang="scss" scoped>
.el-notification__group {
    margin-left: 130px;
}
</style>

以上两种代码均不生效

解决方案把设置 Notification 得样式设置在scoped外面

html 复制代码
<style>
.el-notification__group {
    width: 100%;
}
</style>
相关推荐
岁月留痕1685 小时前
11 实战项目一:搭建“一言”项目骨架
前端
用户2181697049305 小时前
Flutter (十五) CustomScrollView PageView
前端
WILLF5 小时前
Python vs JavaScript 异常处理对比
前端·python
__sjfzllv___5 小时前
在职前端Leader学习/转行 AI Agent -DAY31
前端
岁月留痕1685 小时前
4 Dart 篇:异步(并发)
前端
MartinYeung55 小时前
[论文学习]AdInject:通过广告投放对Web代理发起真实世界黑盒攻击
前端·学习
用户2181697049305 小时前
Flutter (十六) 组件通信
前端
mONESY5 小时前
React 前端如何不傻等后端接口?
前端·javascript·后端
岁月留痕1685 小时前
6 Flutter 篇:Flutter 分层式架构设计
前端
乘风gg5 小时前
AI Coding:从单兵提效到多 Agent 的团队全链路协作模式
前端·ai编程·claude