fix: 去除tabbar上边框

This commit is contained in:
yangzhe 2025-05-07 08:46:29 +08:00
parent 86366fcae3
commit cae9b07d63
7 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@
<u-button type="error" @click="testFn">调试录入卡片</u-button> <u-button type="error" @click="testFn">调试录入卡片</u-button>
</view> </view>
</view> </view>
<u-tabbar :list="vuex_tabbar"></u-tabbar> <u-tabbar :list="vuex_tabbar" :border-top="false"></u-tabbar>
</view> </view>
</template> </template>
<script> <script>

View File

@ -33,7 +33,7 @@
</view> </view>
</view> </view>
</view> </view>
<u-tabbar :list="vuex_tabbar"></u-tabbar> <u-tabbar :list="vuex_tabbar" :border-top="false"></u-tabbar>
</view> </view>
</template> </template>

View File

@ -46,7 +46,7 @@
<!-- 弹窗 --> <!-- 弹窗 -->
<bind-dialog ref="dialogRef" :visible="showDialog" @close="showDialog = false" :currentRow="currentRow" @changeBinding="onChangeBinding" @confirm="onConfirm" @closeRes="closeResFn"></bind-dialog> <bind-dialog ref="dialogRef" :visible="showDialog" @close="showDialog = false" :currentRow="currentRow" @changeBinding="onChangeBinding" @confirm="onConfirm" @closeRes="closeResFn"></bind-dialog>
<u-tabbar :list="vuex_tabbar" :before-switch="beforeSwitch"></u-tabbar> <u-tabbar :list="vuex_tabbar" :before-switch="beforeSwitch" :border-top="false"></u-tabbar>
</view> </view>
</template> </template>
<script> <script>

View File

@ -28,7 +28,7 @@
></bind-dialog> ></bind-dialog>
</view> </view>
<u-tabbar :list="vuex_tabbar"></u-tabbar> <u-tabbar :list="vuex_tabbar" :border-top="false"></u-tabbar>
</view> </view>
</template> </template>
<script> <script>

View File

@ -103,7 +103,7 @@
</view> </view>
</view> </view>
</view> </view>
<u-tabbar :list="vuex_tabbar"></u-tabbar> <u-tabbar :list="vuex_tabbar" :border-top="false"></u-tabbar>
</view> </view>
</template> </template>
<script> <script>

View File

@ -107,7 +107,7 @@
mode="range" mode="range"
@change="changeDate" @change="changeDate"
></u-calendar> ></u-calendar>
<u-tabbar :list="vuex_tabbar"></u-tabbar> <u-tabbar :list="vuex_tabbar" :border-top="false"></u-tabbar>
</view> </view>
</template> </template>

View File

@ -59,7 +59,7 @@
</view> </view>
</view> </view>
</view> </view>
<u-tabbar :list="vuex_tabbar"></u-tabbar> <u-tabbar :list="vuex_tabbar" :border-top="false"></u-tabbar>
</view> </view>
</template> </template>