From 1c7429d0913c5ce8551e4e2bf3f89433f59b7559 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期五, 14 五月 2021 15:26:58 +0800
Subject: [PATCH] 废水,废气,废固 明细弹框样式。
---
src/components/BaseNav/WasteGas/Scheduleof.vue | 48 ++++++++++++++++++++++++++++++++++++------------
src/components/BaseNav/WasteGas/WasteGasRealChart.vue | 4 ++--
2 files changed, 38 insertions(+), 14 deletions(-)
diff --git a/src/components/BaseNav/WasteGas/Scheduleof.vue b/src/components/BaseNav/WasteGas/Scheduleof.vue
index c41d4ac..4e9e246 100644
--- a/src/components/BaseNav/WasteGas/Scheduleof.vue
+++ b/src/components/BaseNav/WasteGas/Scheduleof.vue
@@ -5,22 +5,46 @@
<el-table-column prop="OnLineMonEmissPointName" label="鎺掓斁鐐�"></el-table-column>
<el-table-column prop="MonTimeStr" label="鐩戞祴鏃堕棿"></el-table-column>
<el-table-column label="姘哀鍖栫墿">
- <el-table-column prop="MonQty" label="娴撳害(mg/m鲁)" width="60"></el-table-column>
- <el-table-column prop="OrglQty" label="鎶樼畻鍊�(mg/m鲁)" width="60"></el-table-column>
- <el-table-column prop="ConvertQty" label="鏍囧噯鍊�(mg/m鲁)" width="60"></el-table-column>
- <el-table-column prop="EmissQty" label="鎺掓斁閲�(kg/h)" width="60"></el-table-column>
+ <el-table-column prop="MonQty" width="70">
+ <template slot="header" class="l2">娴撳害 <br/>(mg/m鲁)</template>>
+ </el-table-column>
+ <el-table-column prop="OrglQty" width="70">
+ <template slot="header" class="l2">鎶樼畻鍊� <br/>(mg/m鲁)</template>>
+ </el-table-column>
+ <el-table-column prop="ConvertQty" width="70">
+ <template slot="header" class="l2">鏍囧噯鍊� <br/>(mg/m鲁)</template>>
+ </el-table-column>
+ <el-table-column prop="EmissQty" width="70">
+ <template slot="header" class="l2">鎺掓斁閲� <br/>(kg/h)</template>>
+ </el-table-column>
</el-table-column>
<el-table-column label="浜屾哀鍖栫~">
- <el-table-column prop="MonQty" label="娴撳害(mg/m鲁)" width="60"></el-table-column>
- <el-table-column prop="OrglQty" label="鎶樼畻鍊�(mg/m鲁)" width="60"></el-table-column>
- <el-table-column prop="ConvertQty" label="鏍囧噯鍊�(mg/m鲁)" width="60"></el-table-column>
- <el-table-column prop="EmissQty" label="鎺掓斁閲�(kg/h)" width="60"></el-table-column>
+ <el-table-column prop="MonQty" width="70">
+ <template slot="header" class="l2">娴撳害 <br/>(mg/m鲁)</template>>
+ </el-table-column>
+ <el-table-column prop="OrglQty" width="70">
+ <template slot="header" class="l2">鎶樼畻鍊� <br/>(mg/m鲁)</template>>
+ </el-table-column>
+ <el-table-column prop="ConvertQty" width="70">
+ <template slot="header" class="l2">鏍囧噯鍊� <br/>(mg/m鲁)</template>>
+ </el-table-column>
+ <el-table-column prop="EmissQty" width="60">
+ <template slot="header" class="l2">鎺掓斁閲� <br/>(kg/h)</template>>
+ </el-table-column>
</el-table-column>
<el-table-column label="鐑熷皹">
- <el-table-column prop="MonQty" label="娴撳害(mg/m鲁)" width="60"></el-table-column>
- <el-table-column prop="OrglQty" label="鎶樼畻鍊�(mg/m鲁)" width="60"></el-table-column>
- <el-table-column prop="ConvertQty" label="鏍囧噯鍊�(mg/m鲁)" width="60"></el-table-column>
- <el-table-column prop="EmissQty" label="鎺掓斁閲�(kg/h)" width="60"></el-table-column>
+ <el-table-column prop="MonQty" width="70">
+ <template slot="header" class="l2">娴撳害 <br/>(mg/m鲁)</template>>
+ </el-table-column>
+ <el-table-column prop="OrglQty" width="70">
+ <template slot="header" class="l2">鎶樼畻鍊� <br/>(mg/m鲁)</template>>
+ </el-table-column>
+ <el-table-column prop="ConvertQty" width="70">
+ <template slot="header" class="l2">鏍囧噯鍊� <br/>(mg/m鲁)</template>>
+ </el-table-column>
+ <el-table-column prop="EmissQty" width="60">
+ <template slot="header" class="l2">鎺掓斁閲� <br/>(kg/h)</template>>
+ </el-table-column>
</el-table-column>
<el-table-column label="搴熸皵娴侀噺">
<el-table-column prop="StdValue" label="姘旈噺"></el-table-column>
diff --git a/src/components/BaseNav/WasteGas/WasteGasRealChart.vue b/src/components/BaseNav/WasteGas/WasteGasRealChart.vue
index ed164f5..d8de3cf 100644
--- a/src/components/BaseNav/WasteGas/WasteGasRealChart.vue
+++ b/src/components/BaseNav/WasteGas/WasteGasRealChart.vue
@@ -497,8 +497,8 @@
}
},
grid: {
- top: '20%',
- bottom: '15%'
+ top: '40px',
+ bottom: '30px'
},
legend: {
data: legend
--
Gitblit v1.8.0