Unverified Commit ef686811 authored by 向偲彪's avatar 向偲彪 Committed by GitHub
Browse files

Change the background color of the disabled state of the radio button when the...


Change the background color of the disabled state of the radio button when the workflow goes online #2451 (#2453)

* Fix the problem of data echo in script edit box

* Optimize resource tree

* Change the name of the shell node and modify the parameter transmission method of spark, mr, python, and flink nodes

* Repair naming

* Modify list style

* Online editing is prohibited

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

Co-authored-by: default avatardailidong <dailidong66@gmail.com>
Co-authored-by: default avatarqiaozhanwei <qiaozhanwei@outlook.com>
parent 4946e888
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -694,4 +694,9 @@

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