修改终端台账录入
This commit is contained in:
@@ -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份高度 */
|
||||
|
||||
Reference in New Issue
Block a user