feat: 新增光伏运维大屏页面及相关组件
- 添加omScreen大屏页面及路由配置 - 实现左侧项目概况和光伏板清洗模块 - 开发中间数据展示区域及顶部标题组件 - 创建右侧年发电量和报警统计图表 - 添加公共样式文件gis.scss - 引入相关SVG图标资源 - 实现页面全屏切换功能 - 新增API接口类型定义
This commit is contained in:
12
src/assets/projectLarge/section.svg
Normal file
12
src/assets/projectLarge/section.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="35" viewBox="0 0 15 35" fill="none">
|
||||
<rect x="1" y="0" width="14" height="35" fill="url(#linear_fill_216_187)" fill-opacity="1">
|
||||
</rect>
|
||||
<rect x="0" y="0" width="4" height="35" fill="#1DD6FF" >
|
||||
</rect>
|
||||
<defs>
|
||||
<linearGradient id="linear_fill_216_187" x1="1" y1="17.5" x2="13.62772" y2="17.5" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#43E2CB" stop-opacity="0.4" />
|
||||
<stop offset="1" stop-color="#43E2CB" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 580 B |
Reference in New Issue
Block a user