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

@@ -35,7 +35,7 @@ SANDBOX_URL=http://localhost:3001
PRO_URL=
# 页面的地址,用于自动补全相对路径资源的 domain
FE_DOMAIN=http://localhost:3000
# 二级路由
# 二级路由,需要打包时候就确定
# NEXT_PUBLIC_BASE_URL=/fastai
# 日志等级: debug, info, warn, error

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'}