|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="detailTable" style="width: 767px">
|
|
<div class="detailTable" style="width: 767px">
|
|
- <el-table :data="tableList" border height="180" >
|
|
|
|
- <el-table-column prop="title" label width=""></el-table-column>
|
|
|
|
|
|
+ <el-table :data="tableList" border >
|
|
|
|
+ <el-table-column prop="title" label width="95"></el-table-column>
|
|
<el-table-column prop="" label="冷机开启台数" align="center" width="">
|
|
<el-table-column prop="" label="冷机开启台数" align="center" width="">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{row.chillerNumSetL?(row.chillerNumSetL + row.chillerNumSetS):'--'}}
|
|
{{row.chillerNumSetL?(row.chillerNumSetL + row.chillerNumSetS):'--'}}
|
|
@@ -124,8 +124,11 @@ export default {
|
|
</style>
|
|
</style>
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
.detailTable {
|
|
.detailTable {
|
|
- .el-table__header {
|
|
|
|
|
|
+ .el-table__header,table{
|
|
width: auto !important;
|
|
width: auto !important;
|
|
}
|
|
}
|
|
|
|
+ .el-table_tbody{
|
|
|
|
+ width: auto !important;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|