修改发布问题

This commit is contained in:
guanj
2026-07-13 10:22:03 +08:00
parent 40899e6d55
commit fcf702ca3c
9 changed files with 151 additions and 57 deletions

View File

@@ -11,7 +11,7 @@
<view v-for="(item, index) in store.data" :key="index" style="margin: 0px 7px 7px;">
<view v-for="(item, index) in store.data" :key="index" style="margin: 0px 8px 8px;">
<!-- extra="🔍" -->
<uni-card class="boxClick" :title="item.name" @click="jump(item)">
<view class="term-list-bottom">
@@ -203,7 +203,7 @@ export default {
}
/deep/ .uni-card--border {
margin: 0 10px !important;
margin: 0 0px !important;
padding-bottom: 10px;
}