feat(ueScreen): 更新界面样式并添加操作统计数据
- 替换背景图片并调整样式 - 添加发电效率和工单统计进度条组件 - 重构发电量数据显示为循环渲染 - 更新字体配置和样式细节 - 删除无用图片资源
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user