瀏覽代碼

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

- 从app.config.ts中删除tabBar的color、selectedColor、backgroundColor和borderStyle属性
- 这些样式将由自定义tabBar组件单独管理
yourname 4 月之前
父節點
當前提交
78849abaf3
共有 1 個文件被更改,包括 0 次插入4 次删除
  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',