修改element组件样式

采用定位组件的方法,通过组件外层的class或id定位,使用 >>> 进行样式穿透。

.selectOption >>> .el-dropdown{
  margin-right: 10px;
}

你可能感兴趣的:(修改element组件样式)