Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
359 views
in Technique[技术] by (71.8m points)

element-ui分页组件取消伪类替换特效

element-ui分页组件,页面多时,省略号有个和双箭头替换的特效,如何取消,不让其替换,一直显示省略号?
image.png

image.png
经过控制台查看,应该是这个伪类导致的
image.png
这个content属性查看api,设置为none以后,悬浮会什么都没有,或者用字符串替换
image.png
image.png
怎么样可以让这个这个省略号不替换,一直不变?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
.el-icon-d-arrow-right:before {
    content: "e794"
}
.el-icon-d-arrow-left:before {
    content: "e794"
}

请查收demo


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.7k users

...