Skip to content

Commit

Permalink
修复搜索结果列表图标展示过大
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Oct 11, 2023
1 parent 1fb946a commit 4cd7386
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/layouts/components/Search/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function pageJump(path: listTypes['path'], link: listTypes['link']) {
}
}
.icon {
> .icon {
flex: 0 0 66px;
text-align: center;
color: var(--el-color-info);
Expand Down Expand Up @@ -460,8 +460,16 @@ function pageJump(path: listTypes['path'], link: listTypes['link']) {
}
.breadcrumb {
display: flex;
align-items: center;
span {
margin-right: 5px;
display: flex;
align-items: center;
.icon {
margin: 0 5px;
}
&:last-child i {
display: none;
Expand Down

0 comments on commit 4cd7386

Please sign in to comment.