代码提交
This commit is contained in:
parent
7cb38652d9
commit
bcc3e13df5
|
|
@ -8,7 +8,7 @@
|
|||
<link rel="stylesheet" href="../../plugin/layui-v2.9.7/layui/css/layui.css">
|
||||
<link rel="stylesheet" href="../../css/dataAnalysis/dataAnalysis.css">
|
||||
<link rel="stylesheet" href="../../css/shuiYin/shuiYin.css">
|
||||
<link rel="stylesheet" href="../../css/coreTable.css" />
|
||||
<link rel="stylesheet" href="../../css/coreTable.css"/>
|
||||
<link rel="stylesheet" href="../../css/accessMge/accessMge.css">
|
||||
<script src="../../js/publics/sm4.js" type="text/javascript"></script>
|
||||
<script src="../../js/publics/jquery-3.6.0.min.js" type="text/javascript"></script>
|
||||
|
|
@ -29,21 +29,21 @@
|
|||
</script>
|
||||
|
||||
<body>
|
||||
<div id="proQuality">
|
||||
<div id="proQuality">
|
||||
|
||||
|
||||
<div class="leftBox">
|
||||
<table id="demo2" lay-filter="test"></table>
|
||||
</div>
|
||||
<div class="leftBox">
|
||||
<table id="demo2" lay-filter="test"></table>
|
||||
</div>
|
||||
|
||||
<div class="rightBox" id="rightLineBox">
|
||||
|
||||
</div>
|
||||
<div class="rightBox" id="rightLineBox">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- <div id="oneEcharts">
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<!-- <div id="oneEcharts">
|
||||
</div> -->
|
||||
|
||||
|
||||
</body>
|
||||
|
|
@ -62,6 +62,10 @@
|
|||
display: flex;
|
||||
}
|
||||
|
||||
#rightLineBox {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
.leftBox {
|
||||
width: 75%;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue