diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-02-14 10:53:56 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-02-14 10:54:01 +0800 |
commit | 83c56f99f08810126fca49e291a9c3bc6000bb72 (patch) | |
tree | f520a2d616b2f2658a82ceac9f504278e11d5244 /usecaseui-portal/src/styles.less | |
parent | 7669d892d9032312d4f0bd6e76e630fe11a0d384 (diff) |
feat: add toolTips to Forms of csmf slicing page
Change-Id: I08b8785d1c318fc12918eabb21940701c0560fa2
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r-- | usecaseui-portal/src/styles.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index bd3a6b79..0cbd1a44 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -859,4 +859,7 @@ nz-notification-container .ant-notification{ .ant-table-wrapper { padding: 10px; } +} +#cdk-overlay-13.cdk-overlay-pane{ + display: none!important; }
\ No newline at end of file |