This is an automated email from the ASF dual-hosted git repository.
journey pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new ef68681 Change the background color of the disabled state of the
radio button when the workflow goes online #2451 (#2453)
ef68681 is described below
commit ef686811e5d9fd86dcd1f9d77ea9add7c59c6c17
Author: break60 <[email protected]>
AuthorDate: Mon Apr 20 13:49:58 2020 +0800
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: dailidong <[email protected]>
Co-authored-by: qiaozhanwei <[email protected]>
---
.../src/js/conf/home/pages/dag/_source/formModel/formModel.vue | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue
index 6651f20..a2b3ad9 100644
---
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue
+++
b/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>