This commit is contained in:
lb
2024-01-24 15:39:42 +08:00
parent 446234c2aa
commit b7b2ad2ee5
4 changed files with 34 additions and 22 deletions

View File

@@ -6,6 +6,7 @@ function BottomBarItem(props) {
<Container
icon={props.icon}
title={props.title}
desc="hello world"
className={`${cls.bottomBarItem} ${props.className}`}
style={props.style}
>