From 5a62c1f3a5f56da793494d63ed0f778f5b73fdf6 Mon Sep 17 00:00:00 2001 From: anlyyao Date: Thu, 28 Jul 2022 09:33:38 +0800 Subject: [PATCH] fix(tabbar): fix README error --- src/tab-bar/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/tab-bar/README.md b/src/tab-bar/README.md index 8c7d7f2f0..c7515f41d 100644 --- a/src/tab-bar/README.md +++ b/src/tab-bar/README.md @@ -20,11 +20,11 @@ isComponent: true CSS 变量名|说明 --|-- ---t-tab-bar-border-color|顶部边框颜色 ---t-tab-bar-bg-color|背景色 ---t-tab-bar-hover-color|hover 时背景色 ---t-tab-bar-item-color | 字体颜色 ---t-tab-bar-item-active-color | 激活时字体颜色 +--td-tab-bar-border-color|顶部边框颜色 +--td-tab-bar-bg-color|背景色 +--td-tab-bar-hover-color|hover 时背景色 +--td-tab-bar-item-color | 字体颜色 +--td-tab-bar-item-active-color | 激活时字体颜色 ## 代码演示