feat(ueScreen): 更新界面样式并添加操作统计数据

- 替换背景图片并调整样式
- 添加发电效率和工单统计进度条组件
- 重构发电量数据显示为循环渲染
- 更新字体配置和样式细节
- 删除无用图片资源
This commit is contained in:
re-JZzzz
2025-11-15 14:16:44 +08:00
parent 59308dd898
commit f1f820cd80
7 changed files with 199 additions and 57 deletions

View File

@ -32,7 +32,11 @@ $vh_base: 1080;
.ueScreen {
width: 100vw;
height: 100vh;
background-color: rgba(4, 7, 17, 0.8);
// background-color: rgba(4, 7, 17, 0.8);
background-image: url('@/assets/ueimg/bj.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
color: #fff;
}