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 99fc87f Menu arrow style fix (#1531)
99fc87f is described below
commit 99fc87f9116f871fa89d985731fb579f0f41aa17
Author: break60 <[email protected]>
AuthorDate: Fri Dec 20 18:42:01 2019 +0800
Menu arrow style fix (#1531)
* 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
---
.../src/js/module/components/secondaryMenu/secondaryMenu.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-ui/src/js/module/components/secondaryMenu/secondaryMenu.vue
b/dolphinscheduler-ui/src/js/module/components/secondaryMenu/secondaryMenu.vue
index 04a7de0..0038a35 100644
---
a/dolphinscheduler-ui/src/js/module/components/secondaryMenu/secondaryMenu.vue
+++
b/dolphinscheduler-ui/src/js/module/components/secondaryMenu/secondaryMenu.vue
@@ -150,7 +150,7 @@
>.angle {
position: absolute;
right: 12px;
- top: 14px;
+ top: 3px;
}
}