.el-link.is-underline::after {
content: "";
position: absolute;
left: 0;
right: 0;
height: 0;
bottom: 0;
border-bottom: 1px solid #1890ff;
}
Element UI 的 El-Link 组件一直显示下划线
最新推荐文章于 2024-09-13 07:41:33 发布
.el-link.is-underline::after {
content: "";
position: absolute;
left: 0;
right: 0;
height: 0;
bottom: 0;
border-bottom: 1px solid #1890ff;
}
1112

被折叠的 条评论
为什么被折叠?