ElementUI大坑Notification修改样式

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

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

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

也支持自定义类

相关推荐
小杨累了4 分钟前
CSS Keyframes 实现 Vue 无缝无限轮播
前端
小扎仙森5 分钟前
html引导页
前端·html
AllBlue7 分钟前
unity调用安卓方法
android·unity·游戏引擎
PWRJOY17 分钟前
Android Studio中安卓模拟器打不开,报错The emulator process for AVD has terminated
android·ide·android studio
小飞侠在吗29 分钟前
vue toRefs 与 toRef
前端·javascript·vue.js
csuzhucong31 分钟前
斜转魔方、斜转扭曲魔方
前端·c++·算法
燃烧的土豆1 小时前
100¥ 实现的React项目 Keep-Alive 缓存控件
前端·react.js·ai编程
半生过往1 小时前
前端运行PHP 快速上手 使用 PHPStudy Pro 详细搭建与使用指南
开发语言·前端·php
zlpzlpzyd1 小时前
ecmascript中Promise和async/await的区别
开发语言·前端·ecmascript
streaker3031 小时前
从零实现一个“类微信”表情输入组件
前端·vue.js·element