滚动问题

This commit is contained in:
蔡玲
2024-12-13 14:46:20 +08:00
parent 90376a9f47
commit 752f915caa
9 changed files with 94 additions and 20 deletions

View File

@@ -1,11 +1,14 @@
/** 平板尺寸960*600 **/
page {
background-color: #0a2b57 !important;
height: 100% !important;
min-height: 100% !important;
}
uni-page-body {
background-color: #0a2b57 !important;
height: 100% !important;
min-height: 100% !important;
}
body, html {
min-height: 100% !important;
}
uni-button:after {
border: none;
@@ -27,9 +30,8 @@ uni-toast .uni-toast {
.content{
width: 100%;
height: 100%;
min-height: 100%;
background: top center / 100% 100% url(./static/images/page_bg.jpg) repeat-y;
/* background-color: #040d1e; */
}
.footer{
width: 100%;
@@ -124,7 +126,6 @@ uni-toast .uni-toast {
}
.grid-wrap{
width: calc(100% - 20px);
height: calc(100% - 112px);
margin: 0 auto;
padding: 4px 0 10px 0;
border: 1px solid #01c2f3;
@@ -134,15 +135,13 @@ uni-toast .uni-toast {
}
.zdrow-wrap {
width: 100%;
min-height: 520px;
padding: 0 10px;
height: calc(100% - 40px);
overflow-y: auto;
}
.table-wrap {
width: calc(100% - 30px);
margin: 0 auto;
padding: 0;
max-height: 348px;
overflow-y: auto;
}
.table-wrap_1 {