<style scoped
>
.right
-tabbox
-newnotice
/deep
/.el
-tabs__nav
-wrap
::after
{
position
: static !important
;
}
或者
.right
-tabbox
-newnotice
>>>.el
-tabs__nav
-wrap
::after
{
position
: static !important
;
}
</style
>
/deep/.el-tabs__nav-wrap::after和
>>>.el-tabs__nav-wrap::after
在这两种方法使用作用必须首先你的vue-cli脚手架安装了vue-loader才能用。
你没装vue-loader就要用下面的这个方法起作用
如果想在这种情况下改默认样式就是要用这个形式:
::v
-deep
.el
-tabs__nav
-wrap
::after
{
......
}