Browse Source

fix: 🧩 搜索优化

pull/1/head
liyongle 3 years ago
parent
commit
d17e822b40
  1. 4
      src/components/Search/Result.vue

4
src/components/Search/Result.vue

@ -68,8 +68,8 @@ function show(item: Shop) {
border: 1px solid rgb(155 140 133 / 50%); border: 1px solid rgb(155 140 133 / 50%);
border-radius: 4px; border-radius: 4px;
img { img {
width: 64px;
height: 64px;
width: 62px;
height: 62px;
} }
} }
.info { .info {

Loading…
Cancel
Save