数据大屏修改

This commit is contained in:
“13713575202” 2025-04-16 09:16:42 +08:00
parent a4a41a9b16
commit f9c4c2f0b4
2 changed files with 6 additions and 4 deletions

View File

@ -127,7 +127,7 @@ div {
} }
} }
.bottom { .bottom {
height: 98px; height: 80px;
text-align: center; text-align: center;
.b-nav { .b-nav {
@ -163,7 +163,7 @@ div {
} }
} }
.content { .content {
height: calc(100% - 156px); height: calc(100% - 138px);
} }
} }
} }

View File

@ -71,9 +71,11 @@ const itemAct = (name) => {
bottom: 0; bottom: 0;
z-index: 100; z-index: 100;
.bottom { .bottom {
height: 98px; height: 80px;
text-align: center; text-align: center;
display: inline-flex;
justify-content: center;
flex-direction: column;
.b-nav { .b-nav {
margin: auto; margin: auto;
display: inline-flex; display: inline-flex;