ElementUI大坑Notification修改样式

默认<style lang="scss" scoped>局部样式,尝试用deep透传也无效

实践成功方法:单独写一个style

复制代码
<style>
.el-notification{
  position: absolute !important;
  top: 40% !important;
  left: 40% !important;
}
</style>

也支持自定义类

相关推荐
CF14年老兵4 分钟前
「Vue 3 + View Transition 实现炫酷圆形缩放换肤动画」
前端·css·trae
雨白12 分钟前
OkHttp 源码解析:enqueue 非同步流程与 Dispatcher 调度
android
小璞20 分钟前
05_CursorRules_代码审查篇_Rule_code-review
前端
前端小书童21 分钟前
前端开发中的css:「ink → Bootstrap → 预处理器 → Tailwind → UnoCSS」
前端·css
萌萌哒草头将军22 分钟前
有了它 ,我彻底告别了 try-finally 🔥🔥🔥
前端·javascript·vue.js
冬至z23 分钟前
Vue 2 项目中快速集成 Jest 单元测试(超详细教程)
前端·单元测试
小璞23 分钟前
03_CursorRules_UI还原篇_Rule_ui-restoration
前端
小璞25 分钟前
01_CursorRules_需求理解篇_Rule_requirement-understanding
前端
老虎062737 分钟前
JavaWeb前端02(JavaScript)
开发语言·前端·javascript