Browse Source

fix: 热搜样式修复

v1.0.1
jiannibang 3 years ago
parent
commit
ed121aa8fb
  1. 2
      src/components/Search/Search.vue
  2. 2
      src/views/Index/Index.vue

2
src/components/Search/Search.vue

@ -304,6 +304,8 @@ onBeforeUnmount(() => {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
padding: 0 32px; padding: 0 32px;
display: inline-flex;
align-items: center;
} }
.medal { .medal {
position: absolute; position: absolute;

2
src/views/Index/Index.vue

@ -176,6 +176,8 @@ getActivityList(3).then(({ data }) => {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
padding: 0 32px; padding: 0 32px;
display: inline-flex;
align-items: center;
} }
.medal { .medal {

Loading…
Cancel
Save