bug(custom): eCX-7466

This commit is contained in:
zhangjing1
2025-11-17 14:56:51 +08:00
parent f898a657e2
commit ffc0dabe1a
2 changed files with 10 additions and 10 deletions

View File

@@ -130,10 +130,8 @@ function CompTabbar(props) {
return (
<AtTabBar
className='comp-tabbar'
fixed
classNames={classNames({
'comp-tabbar': true
})}
iconSize='20'
selectedColor={colorPrimary}
tabList={tabList}

View File

@@ -16,10 +16,12 @@
| Contact: 400-821-3106
+----------------------------------------------------------------------
*/
.at-badge__num {
background-color: var(--color-dianwu-primary);
}
.at-tab-bar {
height: 100%;
position: absolute;
}
.comp-tabbar{
.at-badge__num {
background-color: var(--color-dianwu-primary);
}
&.at-tab-bar {
height: 100%;
position: absolute;
}
}