代码提交
|
@ -5,14 +5,14 @@
|
|||
xxx电力可视化系统
|
||||
</div>
|
||||
<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 class="right">
|
||||
<div class="time">
|
||||
<span>11月30日 周一</span>
|
||||
<span style="font-size:24px;margin-top: 3px;">{{this.$moment().format("YYYY-MM-DD")}}</span>
|
||||
</div>
|
||||
<div class="weather" v-for="(item,index) in weatherArr">
|
||||
<div class="weather" v-for="(item,index) in weatherArr" :key="index">
|
||||
<div class="pic">
|
||||
<img :src="item.pic" alt="">
|
||||
</div>
|
||||
|
|
After Width: | Height: | Size: 327 B |
After Width: | Height: | Size: 472 B |
After Width: | Height: | Size: 633 B |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 438 B |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 1.2 KiB |