add wx mp

This commit is contained in:
2025-04-01 23:50:16 +08:00
parent 122fbec7da
commit 151f74441f
15 changed files with 36 additions and 19 deletions

View File

@@ -45,13 +45,13 @@ export const LayoutMenu = () => {
const { open, setOpen } = useLayoutStore(useShallow((state) => ({ open: state.open, setOpen: state.setOpen })));
const navigate = useNewNavigate();
return (
<div className={clsx('w-full h-full absolute z-20 no-drag', !open && 'hidden')}>
<div className={clsx('w-full h-full text-primary absolute z-20 no-drag', !open && 'hidden')}>
<div
className='bg-white w-full absolute h-full opacity-60 z-0'
onClick={() => {
setOpen(false);
}}></div>
<div className='w-[300px] h-full absolute top-0 left-0 bg-amber-900 text-primary'>
<div className='w-[300px] h-full absolute top-0 left-0 bg-amber-900 '>
<div className='flex justify-between p-6 mt-4 font-bold items-center'>
Envision Center
<div>