diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 18:01:19 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 18:02:37 +0800 |
commit | c7a9cb23b403083f6a8b9d5b9a8a6de25e5c1502 (patch) | |
tree | 7cfd0303a68d1e16e6bb70f80a879a2a937fe5b5 /usecaseui-portal/src/styles.less | |
parent | f87f67dbc1d5ba8dc7991d1552f6637d8ef12f65 (diff) |
Service instance lifecycle management
Change-Id: I5513d8f59b02ae400e5b406e46a27967af23621d
Issue-ID: USECASEUI-218
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r-- | usecaseui-portal/src/styles.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 32bad49a..a5a95a1d 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -73,7 +73,7 @@ nz-table { } } -// ÏêÇéÒ³ÃÔÄã±í¸ñÑùʽ +// ����ҳ��������ʽ .detailInformatioin { nz-table { .ant-table-small { @@ -767,6 +767,9 @@ nz-notification-container .ant-notification{ } } } + .ant-notification-notice-close,.ant-notification-notice-close:hover{ + color: #ffffff!important; + } } } } |