fix: BUG修改
This commit is contained in:
parent
fd143469c5
commit
4d0ec77f96
@ -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%;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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%;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user