mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 19:29:52 +08:00
scss
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user