fix: 更新开发环境配置,修正 API 地址和依赖版本
This commit is contained in:
@@ -64,16 +64,16 @@ onBeforeMount(() => {
|
||||
<ion-toolbar class="ion-toolbar">
|
||||
<ion-title>{{ t('market.title') }}</ion-title>
|
||||
</ion-toolbar>
|
||||
<ion-toolbar class="ion-toolbar px-3">
|
||||
<!-- <ion-toolbar class="ion-toolbar px-3">
|
||||
<ion-searchbar :placeholder="t('market.search.placeholder')" />
|
||||
</ion-toolbar>
|
||||
</ion-toolbar> -->
|
||||
</IonHeader>
|
||||
<IonContent :fullscreen="true" class="ion-padding-horizontal">
|
||||
<ion-refresher slot="fixed" @ion-refresh="handleRefresh($event)">
|
||||
<ion-refresher-content />
|
||||
</ion-refresher>
|
||||
|
||||
<ui-tabs type="segment" class="tabs">
|
||||
<ui-tabs type="segment" class="tabs" size="small">
|
||||
<ui-tab-pane name="all" title="数字化产品">
|
||||
<Category v-model="query!.categoryId" />
|
||||
<RwaList :data="rwaData" />
|
||||
@@ -102,7 +102,7 @@ ion-searchbar {
|
||||
}
|
||||
:deep(.tabs) .ui-tab--segment {
|
||||
font-size: 13px;
|
||||
padding: 8px !important;
|
||||
padding: 6px !important;
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user