手机端适配小于1024时菜单栏的子菜单设置固定展示
This commit is contained in:
@@ -68,7 +68,7 @@ export function Domestic(props: {}) {
|
||||
active={currentType === 'fixed'}
|
||||
/>
|
||||
</div>
|
||||
<div className="w-64 flex flex-col gap-4">
|
||||
<div className="w-64 flex flex-col gap-4 max-lg:hidden">
|
||||
<h3 className="font-bold mb-2 flex items-center gap-3">
|
||||
<Image src={custom} alt="定制" className="w-10 h-10"/>
|
||||
<span>业务定制</span>
|
||||
|
||||
Reference in New Issue
Block a user