Commit 2e3e005a by mengxy

工作台模块解决谷歌浏览器不兼容问题

parent 551b9751
...@@ -211,6 +211,8 @@ ...@@ -211,6 +211,8 @@
}); });
} }
}); });
/* $('#total').highcharts({
});*/
}); });
</script> </script>
</head> </head>
...@@ -234,7 +236,7 @@ ...@@ -234,7 +236,7 @@
<ul class="ul-form"> <ul class="ul-form">
<div> <div>
<div id="repStatus" style="min-width:40%;height:280px;float:left;background-color:#FFFFFF " class="breadcrumb form-search"></div> <div id="repStatus" style="min-width:40%;height:280px;float:left;background-color:#FFFFFF " class="breadcrumb form-search"></div>
<div style="min-width:54%;height:280px;float:right;background-color: #FFFFFF" class="breadcrumb form-search"> <div id="total" style="max-width:54%;min-width:54%;height:280px;float:right;background-color: #FFFFFF" class="breadcrumb form-search">
<li><h5>总体</h5></li> <li><h5>总体</h5></li>
<br/><br/> <br/><br/>
<table> <table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment