This commit is contained in:
admin-lmm
2023-06-27 14:12:33 +08:00
parent c6677c842e
commit f4a332aa58

View File

@@ -2,7 +2,7 @@
<div>
<h1>概况</h1>
<hr />
<div style="display: flex;justify-content: space-between;flex-wrap: wrap;">
<div style="display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 10px">
<div class="box" style="background-color: #ffba00;">
<el-image class="box-image"
:src="require('@/assets/images/lightning.png')"
@@ -104,7 +104,7 @@ export default {
},
mounted() {
this.init();
this.rose();
// this.rose();
},
methods: {
async getGeneral() {