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> <div>
<h1>概况</h1> <h1>概况</h1>
<hr /> <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;"> <div class="box" style="background-color: #ffba00;">
<el-image class="box-image" <el-image class="box-image"
:src="require('@/assets/images/lightning.png')" :src="require('@/assets/images/lightning.png')"
@@ -104,7 +104,7 @@ export default {
}, },
mounted() { mounted() {
this.init(); this.init();
this.rose(); // this.rose();
}, },
methods: { methods: {
async getGeneral() { async getGeneral() {