|
@@ -239,22 +239,21 @@ function renderContentscale(list, contentWrapClassName, name) {
|
|
|
getprinting()
|
|
|
|
|
|
}
|
|
|
+getbrowser(){
|
|
|
+ var mb = myBrowser();
|
|
|
+ if ("IE" == mb) {
|
|
|
+ $('.radio').css({
|
|
|
+ 'float': 'none', //高度自动
|
|
|
+ })
|
|
|
+ }
|
|
|
+}
|
|
|
function getprinting() {
|
|
|
$('.printing').click(function () {
|
|
|
$('.foot').hide()
|
|
|
$('.scalebot').hide()
|
|
|
-
|
|
|
- var mb = myBrowser();
|
|
|
- if ("IE" == mb) {
|
|
|
- $('#Print').css({
|
|
|
- 'height': 'auto', //高度自动
|
|
|
- }).jqprint();
|
|
|
- }else{
|
|
|
- $('#Print').css({
|
|
|
- 'height': 'auto', //高度自动
|
|
|
- }).print();
|
|
|
- }
|
|
|
-
|
|
|
+ $('#Print').css({
|
|
|
+ 'height': 'auto', //高度自动
|
|
|
+ }).print();
|
|
|
$('.foot').show()
|
|
|
$('.scalebot').show()
|
|
|
$('#Print').css({
|