image.png
點擊單選選項時會發現報錯
image.png
解決方案:
/deep/ input[aria-hidden="true"] {
display: none !important;
}
/deep/.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
box-shadow: none !important;
}