feat(compo):准备主导航区域。
This commit is contained in:
parent
fc3bc6f210
commit
20aefb48ce
|
@ -1,6 +1,9 @@
|
||||||
|
import ActionIcon from "@/components/ActionIcon/ActionIcon";
|
||||||
import ActivatableLink from "@/components/ActivatableLink/ActivatableLink";
|
import ActivatableLink from "@/components/ActivatableLink/ActivatableLink";
|
||||||
import Divider from "@/components/Divider/Divider";
|
import Divider from "@/components/Divider/Divider";
|
||||||
|
import Spacer from "@/components/Spacer/Spacer";
|
||||||
import {
|
import {
|
||||||
|
IconBrandGithub,
|
||||||
IconDna2,
|
IconDna2,
|
||||||
IconFileExport,
|
IconFileExport,
|
||||||
IconFileImport,
|
IconFileImport,
|
||||||
|
@ -39,6 +42,12 @@ export default function NavigationSection() {
|
||||||
<ActivatableLink href="/" leftIcon={<IconKeyboard stroke="1.5" />}>
|
<ActivatableLink href="/" leftIcon={<IconKeyboard stroke="1.5" />}>
|
||||||
码表配置
|
码表配置
|
||||||
</ActivatableLink>
|
</ActivatableLink>
|
||||||
|
<Spacer />
|
||||||
|
<div class={prop("footer", classes)}>
|
||||||
|
<ActionIcon size="m" color="primary" variant="subtle">
|
||||||
|
<IconBrandGithub stroke="1.5" />
|
||||||
|
</ActionIcon>
|
||||||
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,4 +9,8 @@
|
||||||
.library-name {
|
.library-name {
|
||||||
font-size: var(--font-size-xs);
|
font-size: var(--font-size-xs);
|
||||||
}
|
}
|
||||||
|
.footer {
|
||||||
|
width: 100%;
|
||||||
|
@include flex(row, flex-start, center);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user