|
@ -105,7 +105,7 @@ |
|
|
<div style="display: flex;flex-direction: row;justify-content: space-between;align-items: center"> |
|
|
<div style="display: flex;flex-direction: row;justify-content: space-between;align-items: center"> |
|
|
<div>贷款保证金:<el-input style="width: 60%" v-model="formobj.loanSettleBankCostVo.loanDeposit" clearable placeholder="" /></div> |
|
|
<div>贷款保证金:<el-input style="width: 60%" v-model="formobj.loanSettleBankCostVo.loanDeposit" clearable placeholder="" /></div> |
|
|
<div>是否抵顶: |
|
|
<div>是否抵顶: |
|
|
<el-radio-group v-model="formobj.loanSettleBankCostVo.topping "> |
|
|
<el-radio-group v-model="formobj.loanSettleBankCostVo.topping"> |
|
|
<el-radio label="1">是</el-radio> |
|
|
<el-radio label="1">是</el-radio> |
|
|
<el-radio label="0">否</el-radio> |
|
|
<el-radio label="0">否</el-radio> |
|
|
</el-radio-group> |
|
|
</el-radio-group> |
|
@ -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> |
|
|