diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-08-30 11:01:57 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-08-30 11:02:10 +0800 |
commit | 72bb08d969f6d9f98f6dad89b3c4935d50dc09d8 (patch) | |
tree | 16553961a178eddcd9c7e7c0fd457cf96639916c /usecaseui-portal/src/app/app.component.less | |
parent | 44b2c522ad321e5a6b7c2d7737e7e9c60a343130 (diff) |
style: services-list page style optimization
Change-Id: I6c8c46198ab74a18e82e42195fea7b89f8006a02
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/app.component.less')
-rw-r--r-- | usecaseui-portal/src/app/app.component.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/app.component.less b/usecaseui-portal/src/app/app.component.less index ed7ad4f1..78cc4e44 100644 --- a/usecaseui-portal/src/app/app.component.less +++ b/usecaseui-portal/src/app/app.component.less @@ -46,7 +46,7 @@ nz-layout { left: 0; z-index: 100; height: 100vh; - background: #313449 url('assets/images/UUIMenuBar.png') no-repeat; + background: #313449 url('/assets/images/UUIMenuBar.png') no-repeat; background-size: 100%; .siderContent{ width: 100%; |