样式修改
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 98%;
|
width: 98%;
|
||||||
max-height: 540px;
|
max-height: 650px;
|
||||||
margin: 8px auto 0 auto;
|
margin: 8px auto 0 auto;
|
||||||
border-top: 1px solid #eaeef1;
|
border-top: 1px solid #eaeef1;
|
||||||
border-left: 1px solid #eaeef1;
|
border-left: 1px solid #eaeef1;
|
||||||
|
|||||||
@@ -95,7 +95,7 @@
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: initial;
|
width: initial;
|
||||||
max-height: 362px;
|
max-height: 615px;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
border-top: 1px solid #dadada;
|
border-top: 1px solid #dadada;
|
||||||
border-left: 1px solid #dadada;
|
border-left: 1px solid #dadada;
|
||||||
|
|||||||
@@ -619,7 +619,7 @@
|
|||||||
|
|
||||||
// 动态设置高度
|
// 动态设置高度
|
||||||
function dynamicSetHeight($wrapper) {
|
function dynamicSetHeight($wrapper) {
|
||||||
var maxHeight = $(window).height() - $wrapper.offset().top - 52;
|
var maxHeight = $(window).height() - $wrapper.offset().top - 62;
|
||||||
$wrapper.css('maxHeight', maxHeight + 'px');
|
$wrapper.css('maxHeight', maxHeight + 'px');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user