diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-06 13:11:59 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-06 13:21:53 +0800 |
commit | bc566b0599d6150d3a24f84ca2b80f956ece4e52 (patch) | |
tree | 6127ef80d0b53bd65cc27c20997f57f8411963d2 /usecaseui-portal/src/styles.less | |
parent | b2fc2767b0f5e3675da8d5dec8f96682113b2339 (diff) |
feat: add slicing nssi page basic business code
Change-Id: I5d5034a7038b628db4fa94ec13ec6361b83839f9
Issue-ID: USECASEUI-369
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r-- | usecaseui-portal/src/styles.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 336c9150..5d372eb3 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -809,6 +809,12 @@ nz-notification-container .ant-notification{ background:#313449!important; } // slicing-resource-management +.task_status{ + margin-bottom: 20px; + span{ + margin-right: 5%; + } +} .slicing-resource_tab { width: 104%; margin-left: 20px!important; @@ -819,4 +825,7 @@ nz-notification-container .ant-notification{ } .slicing-resource-table{ padding: 20px!important; +} +.slicing-resource-table-list{ + padding: 0 20px 0 0!important; }
\ No newline at end of file |