This commit is contained in:
ljx
2025-09-11 18:23:30 +08:00
parent bfbf55eb19
commit 3f04ebcbda
16 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
public/assets/demo/fog.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
public/assets/demo/haze.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -25,7 +25,7 @@
class="weather-item" class="weather-item"
:style="{ transform: `translateY(-${offsetY}px)`, transition: transition }" :style="{ transform: `translateY(-${offsetY}px)`, transition: transition }"
> >
<img :src="`@/assets/images/${item.icon}.png`" alt="" /> <img :src="`/assets/demo/${item.icon}.png`" alt="" />
<div>{{ item.weather }}{{ item.tempMin }}°/{{ item.tempMax }}°</div> <div>{{ item.weather }}{{ item.tempMin }}°/{{ item.tempMax }}°</div>
<div>{{ item.week }}({{ item.date }})</div> <div>{{ item.week }}({{ item.date }})</div>
</div> </div>

View File

@ -11,8 +11,8 @@
</div> </div>
</div> </div>
<div class="title"> <div class="title">
<div>XXX智慧工地管理平台</div> <div>煤科建管-新能源项目级管理平台</div>
<div>XXX Smart Construction Stic Management Dashboard</div> <div>Coal Science Construction Management - New Energy Project Level Management Platform</div>
</div> </div>
<div class="header_right"> <div class="header_right">
<div class="top-bar"> <div class="top-bar">
@ -25,7 +25,7 @@
class="weather-item" class="weather-item"
:style="{ transform: `translateY(-${offsetY}px)`, transition: transition }" :style="{ transform: `translateY(-${offsetY}px)`, transition: transition }"
> >
<img :src="`../../../src/assets/images/${item.icon}.png`" alt="" /> <img :src="`/assets/demo/${item.icon}.png`" alt="" />
<div>{{ item.weather }}{{ item.tempMin }}°/{{ item.tempMax }}°</div> <div>{{ item.weather }}{{ item.tempMin }}°/{{ item.tempMax }}°</div>
<div>{{ item.week }}({{ item.date }})</div> <div>{{ item.week }}({{ item.date }})</div>
</div> </div>