Files
blog-frontEnd/src/app/view/admin/admin.component.less
禾几海 68b380906a style: format project
[skip ci]
2020-11-22 22:00:09 +08:00

50 lines
549 B
Plaintext

.myCard {
width: 180px;
margin-left: 10px;
}
nz-layout, nz-sider {
min-height: 100%;
}
.layout {
padding-top: 80px;
}
p {
text-align: center;
}
nz-content {
margin-left: 30px;
margin-right: 30px;
}
.inner-content {
padding: 15px;
background: #fff;
min-height: 560px;
height: 100%;
}
.icon {
margin-right: 5px;
}
.edit-icon {
margin-left: 10px;
cursor: pointer;
}
nz-footer {
text-align: center;
}
@media only screen and (max-width: 768px) {
nz-content {
margin-left: 10px;
margin-right: 10px;
}
}