2023-2-23

This commit is contained in:
2023-02-23 10:14:47 +08:00
parent 8edb35e4fe
commit af21bcdd37
2 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

After

Width:  |  Height:  |  Size: 97 KiB

View File

@@ -37,14 +37,14 @@
</el-row> </el-row>
</a> </a>
<el-row :gutter="10" class="row_list order_list"> <el-row :gutter="10" class="row_list order_list">
<el-col :span="7"> <!-- <el-col :span="7">
<log-list></log-list> <log-list></log-list>
</el-col> </el-col> -->
<el-col :span="17"> <el-col >
<bar-chart type="barChart"></bar-chart> <bar-chart type="barChart"></bar-chart>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="10" class="row_list order_list"> <!-- <el-row :gutter="10" class="row_list order_list">
<el-col :span="7"> <el-col :span="7">
<pie-chart type="ordertype"></pie-chart> <pie-chart type="ordertype"></pie-chart>
</el-col> </el-col>
@@ -54,8 +54,8 @@
<el-col :span="7"> <el-col :span="7">
<radar-chart></radar-chart> <radar-chart></radar-chart>
</el-col> </el-col>
</el-row> </el-row> -->
<el-row :gutter="10" class="row_list"> <!-- <el-row :gutter="10" class="row_list">
<el-col :span="11"> <el-col :span="11">
<sales-table></sales-table> <sales-table></sales-table>
</el-col> </el-col>
@@ -65,7 +65,7 @@
<el-col :span="6"> <el-col :span="6">
<card-list></card-list> <card-list></card-list>
</el-col> </el-col>
</el-row> </el-row> -->
</section> </section>
</template> </template>