实现系统总览页面数据接口

This commit is contained in:
lixiaoyuan
2025-07-28 17:14:44 +08:00
parent e6e3f4837d
commit 0958fcc224
9 changed files with 184 additions and 54 deletions

View File

@@ -383,10 +383,10 @@ tr.shown td.details-control {
/* border: solid 1px white; */
width: 100%;
height: 50%;
font-size: 14px;
font-size: 16px;
font-weight: 1000;
color: white;
text-align: center;
/* text-align: center; */
display: flex;
justify-content: center;
align-items: center;
@@ -406,15 +406,16 @@ tr.shown td.details-control {
}
.label-val {
/* border: solid 1px white; */
/* border: solid 1px green; */
width: 65%;
height: 50%;
font-size: 20px;
height: 45%;
font-size: 16px;
font-weight: 1000;
color: #4dd7f0;
float: left;
display: flex;
justify-content: flex-end;
align-items: flex-end;
/* align-items: flex-end; */
}
.label-tail {
@@ -422,12 +423,12 @@ tr.shown td.details-control {
padding-left: 10px;
width: 35%;
height: 45%;
font-size: 16px;
/* font-size: 10px; */
font-weight: 1000;
color: white;
display: flex;
justify-content: left;
align-items: flex-end;
/* align-items: flex-end; */
}
#maskTest {