From a28d0135ee42809b2c5863609da37155d3ecba5b Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 29 四月 2025 15:11:39 +0800
Subject: [PATCH] feat:增加类型显示

---
 components/tab-bar/tab-bar.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue
index 4fb3d63..f52bebc 100644
--- a/components/tab-bar/tab-bar.vue
+++ b/components/tab-bar/tab-bar.vue
@@ -22,9 +22,9 @@
 			// tabBarList: this.$store.state.userTabbar
 		};
 	},
-	computed:{
-		tabBarList(){
-			return this.$store.state.userTabbar
+	computed: {
+		tabBarList() {
+			return this.$store.state.userTabbar;
 		}
 	},
 	methods: {
@@ -40,7 +40,7 @@
 ::v-deep.tab-bar {
 	.u-tabbar {
 		&__content {
-			background: #ececec!important;
+			background: #ececec !important;
 			&__item-wrapper {
 				height: vww(50);
 			}

--
Gitblit v1.9.1