更改element ui中下拉菜单的小箭头的样式

更改element ui中下拉菜单的小箭头的样式

添加样式:【注意添加样式style中不能添加scoped】

 .drop.el-popper[x-placement^=bottom] .popper__arrow {
		border-bottom-color: #1EBEF4 !important;
		left: 50% !important;
	}

更改下方箭头位置:

更改element ui中下拉菜单的小箭头的样式_第1张图片

你可能感兴趣的:(前端学习-原创,vue.js,html)