新增单体电池、电表、液冷页面

This commit is contained in:
白菜
2025-06-22 17:22:40 +08:00
parent 5ae09461be
commit 201587e13e
9 changed files with 510 additions and 33 deletions

View File

@ -30,6 +30,11 @@
font-weight: 500;
color:#333333;
}
.large-title{
font-size: 20px;
font-weight: 500;
line-height: 40px;
}
.el-button--text{
color: #666666;
}
@ -40,3 +45,8 @@
padding:0;
}
}
.common-card-container-no-title-bg {
.el-card__header{
background-color: transparent;
}
}