refactor(demo1): 重构示范电站页面布局和样式

- 调整了设备情况、电站一次系统图等组件的布局
- 优化了卡片样式,添加了新的运行步骤日志卡片
- 修改了标题组件的样式,增加了字体大小等属性
- 调整了安全运行天数的展示方式,增加了背景图片
This commit is contained in:
tcy
2025-09-13 18:44:01 +08:00
parent 91bfdd7acb
commit 4e8db9f1a7
13 changed files with 892 additions and 21 deletions

View File

@ -1,10 +1,8 @@
<template>
<el-row>
<el-row style="padding: 0 20px;">
<el-col>
<div
style="color: rgba(0, 30, 59, 1); font-family: 'Alibaba-PuHuiTi-Bold'; margin: 10px 0 0 0"
:style="{ fontSize: fontLevelMap[props.fontLevel] }"
>
<div style="color: rgba(0, 30, 59, 1); font-family: 'Alibaba-PuHuiTi-Bold'; margin: 10px 0 0 0"
:style="{ fontSize: fontLevelMap[props.fontLevel] }">
{{ props.title }}
</div>
</el-col>