diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2017-08-28 14:19:17 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2017-08-28 16:23:33 +0800 |
commit | df81658e252dd886f30e984f1aa4a5f3917cd134 (patch) | |
tree | b39bc64ce878902038842b1da412aaba4a2d989f /sdc-workflow-designer-ui/src/styles.css | |
parent | f721b1af7e3496427ee9c46d5bb46103c49505c6 (diff) |
WorkFlow Diagram Editor
create workflow diagram editor area, install jsplumb package to support node drag and node connections.
Change-Id: Ie68d0f88ef1cc855c1e55e51e918111c6fba4116
Issue-ID: SDC-70
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui/src/styles.css')
-rw-r--r-- | sdc-workflow-designer-ui/src/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sdc-workflow-designer-ui/src/styles.css b/sdc-workflow-designer-ui/src/styles.css index f47a75c1..30d6d116 100644 --- a/sdc-workflow-designer-ui/src/styles.css +++ b/sdc-workflow-designer-ui/src/styles.css @@ -10,4 +10,7 @@ * ZTE - initial API and implementation and/or initial documentation */ - /* to add css */
\ No newline at end of file + body, html { + height: 100%; + margin: 0px; + } |