header部分加入padding

This commit is contained in:
haiyangcui
2020-10-17 18:34:27 +02:00
parent d86a10d753
commit 02139d3d24

View File

@@ -215,6 +215,8 @@
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 50px;
padding-right: 50px;
}
.listpage-body{
height: calc(100% - 40px);