修改数据

master
夜笙歌 4 weeks ago
parent 2de1b16ba9
commit de895908a2

@ -138,7 +138,7 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
</el-col> </el-col>
<el-col :span="12" style="position: relative"> <el-col :span="12">
<div class="chart1"> <div class="chart1">
<Chart ref="chart1"></Chart> <Chart ref="chart1"></Chart>
</div> </div>
@ -425,11 +425,11 @@ export default {
</script> </script>
<style> <style>
.chart1 { .chart1 {
width: 100%; width: 50%;
height: 240px; height: 240px;
margin-top: 12px; margin-top: 12px;
position: absolute; position: absolute;
top: 50%; top: 50%;
transform: translateY(50%); transform: translateY(-50%);
} }
</style> </style>

Loading…
Cancel
Save