修改终端台账录入

This commit is contained in:
GGJ
2025-04-09 13:56:41 +08:00
parent ff18cfc3a3
commit cec4bb9904
5 changed files with 107 additions and 96 deletions

View File

@@ -301,7 +301,7 @@ onMounted(() => {
display: flex;
position: absolute;
top: 80px;
width: 25%;
width: 450px;
flex-direction: column;
z-index: 99;
transition: all 0.3s ease;
@@ -324,9 +324,9 @@ onMounted(() => {
.center {
position: absolute;
bottom: 16px;
left: 26%;
// transform: translateX(-50%);
width: 48%;
left: 50%;
transform: translateX(-50%);
width: calc(100% - 950px);
min-width: 480px;
.box {
flex: 1; /* 占2份高度 */