fix: bug修改

This commit is contained in:
cjp 2023-09-06 18:19:59 +08:00
parent 13aff82f6b
commit 1154aba38a
3 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@
} }
.other-info { .other-info {
position: absolute; position: absolute;
top: 200px; top: 28%;
right: 0; right: 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -121,7 +121,7 @@
} }
.other-info { .other-info {
position: absolute; position: absolute;
top: 210px; top: 28%;
right: 0; right: 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -64,7 +64,7 @@
} }
.other-info { .other-info {
position: absolute; position: absolute;
top: 200px; top: 28%;
right: 0; right: 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;