4.8.13 test (#3087)

* fix: image expired

* fix: datacard navbar ui

* perf: build action
This commit is contained in:
Archer
2024-11-07 14:01:00 +08:00
committed by archer
parent 34fbd5a223
commit f1fb85ead0
4 changed files with 46 additions and 4 deletions

View File

@@ -89,14 +89,12 @@ const NavBar = ({ currentTab }: { currentTab: TabEnum }) => {
<IconButton
p={2}
mr={2}
w={'1.5rem'}
h={'24px'}
border={'1px solid'}
borderColor={'myGray.200'}
boxShadow={'1'}
icon={<MyIcon name={'common/arrowLeft'} w={'16px'} color={'myGray.500'} />}
bg={'white'}
size={'smSquare'}
size={'xsSquare'}
borderRadius={'50%'}
aria-label={''}
_hover={'none'}