/* 级联选择器el-cascader,可以点击文字选择 */
.el-cascader-panel .el-radio {
width: 100%;
height: 100%;
z-index: 10;
position: absolute;
top: 10px;
right: -10px;
}
/* 隐藏单选框 */
.el-cascader-panel .el-radio__input {
visibility: hidden;
}
.el-cascader-panel .el-cascader-node__postfix {
top: 10px;
}

本文介绍了一种级联选择器(el-cascader)的样式定制方法,通过CSS实现了对级联选择器面板的宽度、高度及位置的精确控制,并隐藏了单选框,调整了元素的相对位置。

5277

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



