diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-08-23 10:20:21 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-08-23 10:20:35 +0800 |
commit | bda50f637b486e1177e95309914d964ecc91a402 (patch) | |
tree | 25eaac003720f85aeff7c6487a58cdff3801d8f3 /usecaseui-portal/src/app/app.component.less | |
parent | d0f5347dc16b5aa9fc95eb520fbc9a1c7b672b09 (diff) |
feat:home page code optimization
Change-Id: Iad3a772007775e3069097f85f3a1a6d2476b9a10
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 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usecaseui-portal/src/app/app.component.less b/usecaseui-portal/src/app/app.component.less index 42889ef2..ade860b1 100644 --- a/usecaseui-portal/src/app/app.component.less +++ b/usecaseui-portal/src/app/app.component.less @@ -27,9 +27,8 @@ nz-layout { position: fixed; left: 0; z-index: 100; - // overflow: auto; 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%; @@ -60,9 +59,6 @@ nz-layout { width: 20px; } } - .icon-services { - background: url(../assets/images/icon.png) no-repeat 0px -16px; - } ul { background: transparent!important; li{ |