Browse Source

fix: 修改搜索样式

pull/2/head
张耀 3 years ago
parent
commit
cbb5c6d369
  1. 4
      src/components/SearchResultList/SearchResultList.vue

4
src/components/SearchResultList/SearchResultList.vue

@ -181,7 +181,7 @@ function handleActivity(item: Activity) {
color: #615c59;
&:last-child {
width: 110px;
width: 150px;
height: 30px;
padding: 0;
margin-left: 0;
@ -205,7 +205,7 @@ function handleActivity(item: Activity) {
position: relative;
overflow: hidden;
width: 822px;
height: 683px;
height: 680px;
padding-right: 24px;
}
.results {

Loading…
Cancel
Save