mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
fix: batch mobile layout fixes (#1641)
This commit is contained in:
@@ -141,7 +141,7 @@ export default function AccountSetting({
|
||||
{
|
||||
menuItems.map(menuItem => (
|
||||
<div key={menuItem.key} className='mb-4'>
|
||||
<div className='px-2 mb-[6px] text-xs font-medium text-gray-500'>{menuItem.name}</div>
|
||||
<div className='px-2 mb-[6px] text-[10px] sm:text-xs font-medium text-gray-500'>{menuItem.name}</div>
|
||||
<div>
|
||||
{
|
||||
menuItem.items.map(item => (
|
||||
|
||||
@@ -19,7 +19,7 @@ import LogoSite from '@/app/components/base/logo/logo-site'
|
||||
import useBreakpoints, { MediaType } from '@/hooks/use-breakpoints'
|
||||
|
||||
const navClassName = `
|
||||
flex items-center relative mr-3 px-3 h-9 rounded-xl
|
||||
flex items-center relative mr-0 sm:mr-3 px-3 h-9 rounded-xl
|
||||
font-medium text-sm
|
||||
cursor-pointer
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user