|
@@ -77,7 +77,7 @@
|
|
|
</div>
|
|
|
<div style="width: 100%;margin-bottom: 50px;">
|
|
|
<el-table :data="tableData" :header-cell-style="{borderBottom:'1px dashed #dfe6ec'}" :cell-style="cellStyle"
|
|
|
- style="width: 68%;float: left;"
|
|
|
+ style="width: 67.5%;float: left;"
|
|
|
>
|
|
|
<el-table-column prop="name" label="待办事宜">
|
|
|
</el-table-column>
|
|
@@ -98,8 +98,8 @@
|
|
|
</div>
|
|
|
<div style="width: 100%;float: left;margin-top:20px;">
|
|
|
<div style="display: flex;">
|
|
|
- <div id="box_s" style="width:34%;height:350px;"></div>
|
|
|
- <div id="box_" style="width:34%;height:350px;"></div>
|
|
|
+ <div id="box_s" style="width:33%;height:350px;"></div>
|
|
|
+ <div id="box_" style="width:33%;height:350px;"></div>
|
|
|
<div id="box_ss" style="width:30%;height:350px;margin-left: 20px"></div>
|
|
|
</div>
|
|
|
</div>
|