Skip to content

Commit

Permalink
fix 样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaopeiym committed Oct 1, 2019
1 parent 205d021 commit 9aeb15a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@
/QuartzNetAPI/Host/File/Mail.txt
/QuartzNetAPI/Host/RaspberryPi
/QuartzNetWeb/.vscode
/QuartzNetAPI/Host/File/sqliteScheduler.db-journal
33 changes: 21 additions & 12 deletions QuartzNetWeb/src/app/layout/layout/layout.component.css
@@ -1,14 +1,23 @@
.logo {
width: 120px;
height: 31px;
background: rgba(255, 255, 255, .2);
margin: 16px 24px 16px 0;
float: left;
border-radius: 6px;
margin: 16px;
line-height: 31px;
overflow: hidden;
text-align: center;
color: #fff;
font-size: 16px;
width: 120px;
height: 31px;
background: rgba(255, 255, 255, .2);
margin: 16px 24px 16px 0;
float: left;
border-radius: 6px;
margin: 16px;
line-height: 31px;
overflow: hidden;
text-align: center;
color: #fff;
font-size: 16px;
}

.ant-layout-content {
min-height: initial;
}

nz-layout {
min-height: 100%;
height: initial !important;
}

0 comments on commit 9aeb15a

Please sign in to comment.