diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-10 09:51:55 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-10 09:58:03 +0800 |
commit | 640d376e2bbe93361aa827bc97ac1975d7736be9 (patch) | |
tree | 735eaf948f42c02f3048ffdf82a38910d61aa66a /usecaseui-portal/src/app/app.component.less | |
parent | 31509ed10df8d254647bbad39739f42b378cff90 (diff) |
feat: Optimize the code
Change-Id: I8bda1a8630f8150d5a71a10cd21ac7d977f083d5
Issue-ID: USECASEUI-368
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/app.component.less b/usecaseui-portal/src/app/app.component.less index 8a2d6e6c..548d21ab 100644 --- a/usecaseui-portal/src/app/app.component.less +++ b/usecaseui-portal/src/app/app.component.less @@ -50,12 +50,11 @@ nz-layout { position: fixed; left: 0; z-index: 100; - // min-height: 937px; height: 100vh; background: #313449; // background: #313449 url('assets/images/UUIMenuBar.png') no-repeat; // background-size: 100%; - overflow: scroll; + overflow: auto; .siderContent { width: 100%; |