[ISSUE #766] Optimize console UI (#767)

Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
This commit is contained in:
zhangjidi2016
2021-08-02 09:44:43 +08:00
committed by GitHub
parent 9a8c354301
commit 399b61aee1
3 changed files with 12 additions and 11 deletions

View File

@@ -74,10 +74,10 @@
font-size: 1.1em;
line-height: 1.5em;
margin: 0 auto;
max-width: 100%;
max-width: 70%;
padding: 1em;
position: relative;
width: 1000px;
width: auto;
}
.ngdialog.ngdialog-theme-default .ngdialog-close {