|
@ -716,15 +716,15 @@ export default { |
|
|
margin-left: 190px !important; |
|
|
margin-left: 190px !important; |
|
|
} |
|
|
} |
|
|
/* 覆盖element-ui的单选按钮样式 */ |
|
|
/* 覆盖element-ui的单选按钮样式 */ |
|
|
.el-radio__input.is-checked .el-radio__inner { |
|
|
/deep/ .el-radio__input.is-checked .el-radio__inner { |
|
|
border-color: #409EFF; /* 未选中状态下的边框颜色 */ |
|
|
border-color: #409EFF; /* 未选中状态下的边框颜色 */ |
|
|
background-color: #409EFF; /* 选中后的背景色 */ |
|
|
background-color: #409EFF; /* 选中后的背景色 */ |
|
|
} |
|
|
} |
|
|
/* 如果需要改变选中后对勾的颜色 */ |
|
|
/* 如果需要改变选中后对勾的颜色 */ |
|
|
.el-radio__input.is-checked .el-radio__inner::after { |
|
|
/deep/ .el-radio__input.is-checked .el-radio__inner:after { |
|
|
background-color: #000000; /* 对勾的颜色 */ |
|
|
background-color: #000000; /* 对勾的颜色 */ |
|
|
} |
|
|
} |
|
|
.el-radio__input.is-checked+.el-radio__label { |
|
|
/deep/ .el-radio__input.is-checked+.el-radio__label { |
|
|
color: #000000; |
|
|
color: #000000; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|