Browse Source

完善车辆结清管理

zhanglei
yunuo970428 8 months ago
parent
commit
d7a4bab72c
  1. 5
      anrui-riskcenter-ui/src/views/settle/settleAdd.vue

5
anrui-riskcenter-ui/src/views/settle/settleAdd.vue

@ -722,6 +722,9 @@ export default {
} }
/* 如果需要改变选中后对勾的颜色 */ /* 如果需要改变选中后对勾的颜色 */
.el-radio__input.is-checked .el-radio__inner::after { .el-radio__input.is-checked .el-radio__inner::after {
background-color: #fff; /* 对勾的颜色 */ background-color: #000000; /* 对勾的颜色 */
}
.el-radio__input.is-checked+.el-radio__label {
color: #000000;
} }
</style> </style>

Loading…
Cancel
Save