2025-11-20紧急优化内容-动环、消防

This commit is contained in:
白菜
2025-11-27 15:51:13 +08:00
parent 7fb6d1aa47
commit 9a585e97db
8 changed files with 292 additions and 42 deletions

View File

@ -163,6 +163,31 @@
}
}
}
//电表、液冷公共样式
.device-info-row{
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-left: 1px solid #eee;
border-top: 1px solid #eee;
.device-info-col{
padding: 10px 0;
text-align: center;
font-size:12px;
color:#666666;
line-height: 14px;
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
.left{
}
.right{
display: block;
font-weight: 500;
font-size:16px;
line-height: 18px;
margin-top:10px;
}
}
}
//公共表格样式
.common-table.el-table{