|
@@ -19,9 +19,7 @@ function uifnPopupOpen(id){
|
|
|
}
|
|
}
|
|
|
$firstPanel.css({width:popW});
|
|
$firstPanel.css({width:popW});
|
|
|
} else { //auto
|
|
} else { //auto
|
|
|
- popW = $fisrtChild.width();
|
|
|
|
|
- let maxW = $(window).width()-100;
|
|
|
|
|
- $firstPanel.css({maxWidth:maxW});
|
|
|
|
|
|
|
+ $firstPanel.css({width:'100%'});
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
//높이
|
|
//높이
|