@@ -163,4 +163,10 @@
.pointer-hover:hover{
background-color: #fafafa;
cursor: pointer;
+}
+.sheet-panel-log{
+ height:306px;
+.sheet-btns {
+ height:24px;
}
@@ -2,4 +2,5 @@ function autoFlashHeight(){
// var infoHeight = $(".contactInfo").height();
$(".sheet-panel-content").height($(window).height()-138);
$(".modal-search-height").height($(window).height()-226);
+ $(".sheet-panel-righttop").height($(window).height()-542);
};