滚动问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user