
.el-cascader-panel {
.el-radio {
width: 100%;
height: 100%;
z-index: 10;
position: absolute;
right: 0;
}
.is-disabled {
// 不允许选中样式
cursor: not-allowed;
}
.el-radio__input {
visibility: hidden;
}
}

.el-cascader-panel {
.el-radio {
width: 100%;
height: 100%;
z-index: 10;
position: absolute;
right: 0;
}
.is-disabled {
// 不允许选中样式
cursor: not-allowed;
}
.el-radio__input {
visibility: hidden;
}
}