|
@@ -5,6 +5,7 @@
|
|
|
center
|
|
center
|
|
|
:visible.sync="show"
|
|
:visible.sync="show"
|
|
|
width="980px"
|
|
width="980px"
|
|
|
|
|
+ append-to-body
|
|
|
>
|
|
>
|
|
|
<el-form
|
|
<el-form
|
|
|
:model="formData"
|
|
:model="formData"
|
|
@@ -334,12 +335,12 @@ export default {
|
|
|
vertical-align: bottom;
|
|
vertical-align: bottom;
|
|
|
}
|
|
}
|
|
|
/deep/ .el-radio__input.is-checked .el-radio__inner {
|
|
/deep/ .el-radio__input.is-checked .el-radio__inner {
|
|
|
- border-color: #0092B1 !important;
|
|
|
|
|
- background: #0092B1 !important;
|
|
|
|
|
|
|
+ border-color: #0092b1 !important;
|
|
|
|
|
+ background: #0092b1 !important;
|
|
|
}
|
|
}
|
|
|
/deep/ .el-checkbox__input.is-checked .el-checkbox__inner {
|
|
/deep/ .el-checkbox__input.is-checked .el-checkbox__inner {
|
|
|
- border-color: #0092B1 !important;
|
|
|
|
|
- background: #0092B1 !important;
|
|
|
|
|
|
|
+ border-color: #0092b1 !important;
|
|
|
|
|
+ background: #0092b1 !important;
|
|
|
}
|
|
}
|
|
|
/deep/ .el-radio__input.is-checked + .el-radio__label {
|
|
/deep/ .el-radio__input.is-checked + .el-radio__label {
|
|
|
color: #000000 !important;
|
|
color: #000000 !important;
|
|
@@ -348,8 +349,8 @@ export default {
|
|
|
color: #000000 !important;
|
|
color: #000000 !important;
|
|
|
}
|
|
}
|
|
|
/deep/ .el-button--primary {
|
|
/deep/ .el-button--primary {
|
|
|
- background: #0092B1 !important;
|
|
|
|
|
- border-color: #0092B1 !important;
|
|
|
|
|
|
|
+ background: #0092b1 !important;
|
|
|
|
|
+ border-color: #0092b1 !important;
|
|
|
}
|
|
}
|
|
|
/deep/ .el-checkbox__inner {
|
|
/deep/ .el-checkbox__inner {
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
@@ -365,3 +366,4 @@ export default {
|
|
|
width: 93% !important;
|
|
width: 93% !important;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|