Skip to content

Commit

Permalink
fix: 修复radio只读隐藏bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 12, 2021
1 parent 0aeb688 commit 5ffd4fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/styles/element-ui-override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,13 +277,6 @@ body .el-table::before {
.el-radio__input.is-disabled + span.el-radio__label {
color: #606266!important;
font-weight: normal!important;
}
.el-radio.is-disabled {
display: none !important;
}
.el-radio.is-disabled.is-checked {
display: inline-block !important;
padding:0px;
}
.el-checkbox-group.is-disabled + span.el-checkbox__label {
color: #606266!important;
Expand Down

0 comments on commit 5ffd4fc

Please sign in to comment.