[要素] el-cascader カスケード選択、テキストをクリックして直接選択します

画像

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

参考ブログ

[Vue] el-cascader カスケード選択、テキストをクリックして選択し、ドロップダウン ボックスを閉じます

おすすめ

転載: blog.csdn.net/IAIPython/article/details/133025649