Commit 63f02b75 authored by 陈明豪's avatar 陈明豪

数据统计-UI修改

parent baa77f0b
......@@ -105,6 +105,6 @@ export default {
<style scoped>
.radarChart {
width: 100%;
height: 680px;
height: 640px;
}
</style>
......@@ -608,7 +608,7 @@
</div>
</el-col>
</el-row>
<el-row :gutter="24" class="row2">
<el-row :gutter="24" class="row2 autoRow3_3_2">
<el-col :span="8">
<div class="cardDiv">
<div class="cardTitle">
......@@ -859,9 +859,9 @@ export default {
// this.loading = false
this.getOrderList()
} else {
this.isPlatformRole = false
this.getDataForHospital()
this.getRecordList()
this.isPlatformRole = false
}
},
methods: {
......@@ -1431,16 +1431,21 @@ export default {
//height: 389px;
}
.tableClass {
::v-deep .el-table__cell {
height: 55px !important;
//line-height: 40px !important;
}
//::v-deep .el-table__cell {
// height: 55px !important;
// //line-height: 40px !important;
//}
}
.autoRow3_3 {
::v-deep .cardDiv {
height: 468px;
}
}
.autoRow3_3_2 {
::v-deep .cardDiv {
height: 640px;
}
}
.orderDiv {
height: 468px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment