mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-12 06:15:38 +08:00
bug(custom): eCX-7466
This commit is contained in:
@@ -130,10 +130,8 @@ function CompTabbar(props) {
|
||||
|
||||
return (
|
||||
<AtTabBar
|
||||
className='comp-tabbar'
|
||||
fixed
|
||||
classNames={classNames({
|
||||
'comp-tabbar': true
|
||||
})}
|
||||
iconSize='20'
|
||||
selectedColor={colorPrimary}
|
||||
tabList={tabList}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user