Parcourir la source

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

- 从app.config.ts中删除tabBar的color、selectedColor、backgroundColor和borderStyle属性
- 这些样式将由自定义tabBar组件单独管理
yourname il y a 4 mois
Parent
commit
78849abaf3
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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',