diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 10:58:23 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 10:58:29 +0800 |
commit | 22ff11be9378a90a22152ab5d0901bd1d4e83fed (patch) | |
tree | b55d7f9277ae15b7ce0767e768b0cc0d105f4b87 /usecaseui-portal/src/styles.less | |
parent | 5b346094ab12d2561471ec15122bdce2f840237c (diff) |
Dashboard interface front-end development
Change-Id: I987e663bed2fd6ff584fe00fd6a29b133724e629
Issue-ID: USECASEUI-214
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r-- | usecaseui-portal/src/styles.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 6bc9652c..32bad49a 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -769,4 +769,10 @@ nz-notification-container .ant-notification{ } } } +} +.ant-menu-dark .ant-menu-submenu-open,.ant-menu-dark .ant-menu-submenu-title:hover{ + color: #ffffff!important; +} +.ant-menu-dark .ant-menu-inline.ant-menu-sub{ + background:#313449!important; }
\ No newline at end of file |