Browse Source

Change the background color of the disabled state of the radio button when the workflow goes online

pull/3/MERGE
break60 4 years ago committed by gaojun2048
parent
commit
5f69b82c6a
  1. 5
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue

5
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue

@ -694,4 +694,9 @@
<style lang="scss" rel="stylesheet/scss">
@import "./formModel";
.ans-radio-disabled {
.ans-radio-inner:after {
background-color: #6F8391
}
}
</style>

Loading…
Cancel
Save