代码提交

This commit is contained in:
王军 2022-11-04 17:58:27 +08:00
parent 7737d39eb9
commit ec23188f23
15 changed files with 14953 additions and 470 deletions

14343
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,14 +5,14 @@
xxx电力可视化系统 xxx电力可视化系统
</div> </div>
<div class="middle"> <div class="middle">
<div class="router" :class="{'active':routerActive==index}" v-for="(item,index) in routerTitle" @click="handleChange(index)">{{item}}</div> <div class="router" :class="{'active':routerActive==index}" v-for="(item,index) in routerTitle" @click="handleChange(index)" :key="index">{{item}}</div>
</div> </div>
<div class="right"> <div class="right">
<div class="time"> <div class="time">
<span>11月30日 周一</span> <span>11月30日 周一</span>
<span style="font-size:24px;margin-top: 3px;">{{this.$moment().format("YYYY-MM-DD")}}</span> <span style="font-size:24px;margin-top: 3px;">{{this.$moment().format("YYYY-MM-DD")}}</span>
</div> </div>
<div class="weather" v-for="(item,index) in weatherArr"> <div class="weather" v-for="(item,index) in weatherArr" :key="index">
<div class="pic"> <div class="pic">
<img :src="item.pic" alt=""> <img :src="item.pic" alt="">
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 633 B

BIN
src/assets/images/ditu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

File diff suppressed because it is too large Load Diff