diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2017-08-29 10:07:13 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2017-08-29 10:07:13 +0800 |
commit | 95141017fb4dfe5c3ad4b9dcc255ccd949944ccf (patch) | |
tree | 4891a20aeffb39876e5f4595c3183d18a4d9b668 /sdc-workflow-designer-ui/src/app/app.component.css | |
parent | df81658e252dd886f30e984f1aa4a5f3917cd134 (diff) |
support add workflow node
add toolbar, support add workflow nodes to edit area
Issue-ID: SDC-255
Change-Id: I84353644c3947a3298f3f71e51085311456a33e3
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/app.component.css')
-rw-r--r-- | sdc-workflow-designer-ui/src/app/app.component.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdc-workflow-designer-ui/src/app/app.component.css b/sdc-workflow-designer-ui/src/app/app.component.css index 06cc8b00..762d14b9 100644 --- a/sdc-workflow-designer-ui/src/app/app.component.css +++ b/sdc-workflow-designer-ui/src/app/app.component.css @@ -14,6 +14,5 @@ .container {
width: 100%;
height: 100%;
- background-color: cadetblue;
}
|