|
@@ -53,7 +53,7 @@
|
|
|
</div>
|
|
|
<div class="downPdf" id="downPdf">
|
|
|
<div class="comAnalysis_Table">
|
|
|
- <div class="table_month" style="margin-right: 5px">
|
|
|
+ <div class="table_month" style="margin-right: 10px">
|
|
|
<div class="table_top">
|
|
|
<div class="table_top_tit">
|
|
|
<span>月度</span>
|
|
@@ -66,7 +66,7 @@
|
|
|
stripe
|
|
|
ref="stand_table"
|
|
|
style="width: 100%"
|
|
|
- height="100%"
|
|
|
+ height="calc(100% - 24px)"
|
|
|
>
|
|
|
<el-table-column prop="type" align="center" width="55">
|
|
|
</el-table-column>
|
|
@@ -166,7 +166,7 @@
|
|
|
</el-table>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="table_year" style="margin-left: 5px">
|
|
|
+ <div class="table_year" style="margin-left: 6px">
|
|
|
<div class="table_top">
|
|
|
<div class="table_top_tit">
|
|
|
<span>年度</span>
|
|
@@ -935,7 +935,7 @@ export default {
|
|
|
height: calc(100% - 300px);
|
|
|
.table_month,
|
|
|
.table_year {
|
|
|
- width: 50%;
|
|
|
+ width: 49.5%;
|
|
|
height: 100%;
|
|
|
background: rgba(0, 0, 0, 0.45);
|
|
|
|