vue elment.style样式修改(第三方组件自生成元素)
作者:互联网
参考:https://blog.csdn.net/dcxia89/article/details/80402490
https://blog.csdn.net/jianglibo1024/article/details/61916954
以element-ui 的日期选择器为例
<style> //关键:另起样式,不加scoped .el-popper { position: absolute; top: 1.46rem !important; //关键:加!important left: .25rem !important; } </style>
标签:style,vue,elment,blog,important,csdn,details,https,net 来源: https://www.cnblogs.com/linjiangxian/p/11457602.html