This commit is contained in:
chenyan 2021-12-01 19:47:27 +08:00
parent 1933d1a185
commit 561bbf5e89
3 changed files with 4 additions and 2 deletions

View File

@ -51,6 +51,10 @@
height: 100%;
overflow: auto;
}
#content {
padding: 10px 10px 10px 10px;
overflow: auto;
}
footer {
height: 95px;
background-color: #eee;

View File

@ -7,7 +7,6 @@
<style>
#content {
min-height:calc(100% - 95px - 40px - 1px - 20px);
padding: 10px 10px 10px 10px;
}
</style>
<body>

View File

@ -7,7 +7,6 @@
<style>
#content {
height:calc(100% - 95px - 40px - 1px - 20px);
padding: 10px 10px 10px 10px;
}
</style>
<body>