Browse Source

🔧 chore(config): 移除tabBar默认样式配置

- 从app.config.ts中删除tabBar的color、selectedColor、backgroundColor和borderStyle属性
- 这些样式将由自定义tabBar组件单独管理
yourname 4 months ago
parent
commit
78849abaf3
1 changed files with 0 additions and 4 deletions
  1. 0 4
      mini/src/app.config.ts

+ 0 - 4
mini/src/app.config.ts

@@ -15,10 +15,6 @@ export default defineAppConfig({
   },
   tabBar: {
     custom: true,
-    color: '#7f7f7f',
-    selectedColor: '#1890ff',
-    backgroundColor: '#ffffff',
-    borderStyle: 'white',
     list: [
       {
         pagePath: 'pages/index/index',