fix: BUG修改
This commit is contained in:
parent
fd143469c5
commit
4d0ec77f96
@ -1712,8 +1712,8 @@ function echoPersonMarker(item) {
|
||||
.itemBox42 {
|
||||
width: 60%;
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
align-items: start;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
color: black;
|
||||
margin-right: 50%;
|
||||
}
|
||||
|
||||
@ -2005,8 +2005,8 @@ function echoPersonMarker(item) {
|
||||
.itemBox42 {
|
||||
width: 60%;
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
align-items: start;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
color: black;
|
||||
margin-right: 50%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user