|
@@ -1,6 +1,8 @@
|
|
|
/*全局自适应高度*/
|
|
|
/*全局自适应高度*/
|
|
|
function autoFlashHeight(){
|
|
|
+ const select = $(".scrollbar-auto .active");
|
|
|
+ $(".scrollbar-auto")[0].scrollTop = select[0].offsetTop;
|
|
|
function getObjHeight(select) {
|
|
|
return select.length > 0 ? select.height() : 0;
|
|
|
}
|