.hide-expand-icon .el-table__expand-icon{display:none}.custom-radio-group{position:absolute;padding-top:10px}.custom-radio-group .custom-radio{display:none}.custom-radio-group .custom-radio+.custom-radio-label{position:relative;padding-left:25px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:400}.custom-radio-group .custom-radio+.custom-radio-label:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px;height:16px;border:1px solid #dcdfe6;border-radius:50%;background:#fff}.custom-radio-group .custom-radio+.custom-radio-label:after{content:"";position:absolute;left:5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#fb4a46;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}.custom-radio-group .custom-radio:checked+.custom-radio-label:before{border-color:#fb4a46}.custom-radio-group .custom-radio:checked+.custom-radio-label:after{opacity:1}.custom-radio-group .custom-radio:disabled+.custom-radio-label{cursor:not-allowed;opacity:.5}