Skip to content

Commit

Permalink
Merge pull request zyronon#69 from zhangyuhan2016/patch-1
Browse files Browse the repository at this point in the history
fix: fix search list text exceeding
  • Loading branch information
zyronon authored Apr 30, 2024
2 parents 914a188 + fae5fc5 commit 5f37d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/home/SearchPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ function toggle() {
display: flex;
align-items: center;
justify-content: space-between;
min-width: 0;
.center {
width: calc(100% - 140rem);
Expand Down Expand Up @@ -1022,6 +1023,7 @@ function toggle() {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 10rem;
color: var(--second-text-color);
margin-left: 5rem;
Expand Down

0 comments on commit 5f37d17

Please sign in to comment.