fix: BUG修改

This commit is contained in:
kun 2024-03-28 09:28:05 +08:00
parent fd143469c5
commit 4d0ec77f96
2 changed files with 4 additions and 4 deletions

View File

@ -1712,8 +1712,8 @@ function echoPersonMarker(item) {
.itemBox42 { .itemBox42 {
width: 60%; width: 60%;
display: flex; display: flex;
justify-content: start; justify-content: flex-start;
align-items: start; align-items: flex-start;
color: black; color: black;
margin-right: 50%; margin-right: 50%;
} }

View File

@ -2005,8 +2005,8 @@ function echoPersonMarker(item) {
.itemBox42 { .itemBox42 {
width: 60%; width: 60%;
display: flex; display: flex;
justify-content: start; justify-content: flex-start;
align-items: start; align-items: flex-start;
color: black; color: black;
margin-right: 50%; margin-right: 50%;
} }