bugfixed
This commit is contained in:
@ -296,6 +296,7 @@ function handleShowMore(item) {
|
||||
margin-top: 86px;
|
||||
> ul {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
li {
|
||||
cursor: pointer;
|
||||
width: calc(100% / 6);
|
||||
@ -323,6 +324,8 @@ function handleShowMore(item) {
|
||||
}
|
||||
._liBtn {
|
||||
margin-top: 36px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user