From 645bcf968ed1af348755d1bb3f03ceede9a9f146 Mon Sep 17 00:00:00 2001
From: xingyu <xingyu4j@vip.qq.com>
Date: Wed, 9 Aug 2023 19:46:41 +0800
Subject: [PATCH] fix: profile

---
 src/views/base/profile/index.vue | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/base/profile/index.vue b/src/views/base/profile/index.vue
index 836f677c..4a22ffee 100644
--- a/src/views/base/profile/index.vue
+++ b/src/views/base/profile/index.vue
@@ -39,8 +39,8 @@ const tabBarStyle = { width: '220px' }
     padding-left: 0;
   }
 
-  .ant-tabs-tab-active {
-    background-color: @item-active-bg;
-  }
+  // .ant-tabs-tab-active {
+  //   background-color: @item-active-bg;
+  // }
 }
 </style>