Browse Source

Script input box style fix (#1538)

* Password verification and v-for add key

* DAG automatic layout

* combo.js replacement

* combo.js replacement

* webpack upgrade to 4

* packjson has a file name that has not changed

* Solve jertty packing garbled

* Modify dashboard color

* Remove iconfont, awesome, replace with ans-ui icon

* Menu arrow style fix

* Script input box style fix
pull/2/head
break60 5 years ago committed by dailidong
parent
commit
15a402a3f2
  1. 2
      dolphinscheduler-ui/src/sass/common/index.scss

2
dolphinscheduler-ui/src/sass/common/index.scss

@ -52,7 +52,7 @@ a:hover{
}
.cm-s-mdn-like .CodeMirror-gutters {
border-left:0 ;
border-left:0 !important;
}
.cm-s-mdn-like .CodeMirror-linenumber {

Loading…
Cancel
Save