From 15a402a3f20253e5c46f9b833aff91c851e002a4 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Sun, 22 Dec 2019 23:40:01 +0800 Subject: [PATCH] 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 --- dolphinscheduler-ui/src/sass/common/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui/src/sass/common/index.scss b/dolphinscheduler-ui/src/sass/common/index.scss index e77fea5811..8eda93a3a8 100644 --- a/dolphinscheduler-ui/src/sass/common/index.scss +++ b/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 {