diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-08-27 13:27:26 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-08-27 13:27:32 +0800 |
commit | 27b93428f83342f82c93addd22804f32086b2d92 (patch) | |
tree | b9ec2f397bffe4efb8d852754e3f7344c676d6ed /usecaseui-portal/src/app/app.component.less | |
parent | 5d38fbfc424c6b0a1803175989241a7cfd6ce5ff (diff) |
fix: fix the file path and delete console in mock data
Change-Id: I61c200e1e003292387589969065b66de75594854
Issue-ID: USECASEUI-306
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 ade860b1..4055dc81 100644 --- a/usecaseui-portal/src/app/app.component.less +++ b/usecaseui-portal/src/app/app.component.less @@ -28,7 +28,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%; |