优化:已知问题
This commit is contained in:
@@ -26,7 +26,7 @@ const Page = () => {
|
||||
navItems?.map((item, index) => (
|
||||
<div
|
||||
key={item.navigationId || index}
|
||||
className={'flex flex-col justify-center items-center'}
|
||||
className={'flex flex-col justify-start items-center'}
|
||||
onClick={() => Taro.navigateTo({url: `/${item.model}/index?id=${item.navigationId}`})}
|
||||
>
|
||||
<Image
|
||||
@@ -40,7 +40,7 @@ const Page = () => {
|
||||
src={item.icon}
|
||||
mode="aspectFill"
|
||||
/>
|
||||
<div className={'mt-2 text-gray-700'} style={{fontSize: '15px'}}>
|
||||
<div className={'mt-2 text-gray-700'} style={{fontSize: '14px'}}>
|
||||
{item?.title}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user