Browse Source

添加是否配件

hedx 1 year ago
parent
commit
c52d0bc321
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/orderType/supply/index.vue

+ 4 - 1
src/views/orderType/supply/index.vue

@@ -277,7 +277,10 @@ const onCancel = (val?: string) => {
277 277
 </script>
278 278
 
279 279
 <style lang="scss" scoped>
280
-.mti-container {
280
+  ::v-deep .el-radio-button__original-radio:disabled:checked+.el-radio-button__inner{
281
+    background-color: #409eff !important;
282
+  }
283
+  .mti-container {
281 284
   .mti-flex {
282 285
     display: flex;
283 286
     .mti-tree {