[Element] el-cascader cascade selection, click on the text to select directly

17031289:

image

.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;
  }
}

Reference blog

[Vue] el-cascader cascade selection, click on the text to select, and close the drop-down box

Guess you like

Origin blog.csdn.net/IAIPython/article/details/133025649