fix: 图标提交

dev_1.0.0
xiangcongshuai 11 months ago
parent 5f653f5f31
commit be0b79d511

@ -0,0 +1,11 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_840_989)">
<path d="M12 2L9 5H5V9L2 12L5 15V19H9L12 22L15 19H19V15L22 12L19 9V5H15L12 2Z" stroke="#0052D9" stroke-width="1.5" stroke-linejoin="round"/>
<path d="M12 15C13.6568 15 15 13.6568 15 12C15 10.3432 13.6568 9 12 9C10.3432 9 9 10.3432 9 12C9 13.6568 10.3432 15 12 15Z" stroke="#0052D9" stroke-width="1.5" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_840_989">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 572 B

@ -7,7 +7,7 @@ import { isAllEmpty } from "@pureadmin/utils";
import MeunIcon from "./meunIcon.vue";
import { onMounted } from "vue";
import { useRouter } from "vue-router";
import { findRouteByPath, getParentPaths, getTopMenu } from "@/router/utils";
import { getParentPaths } from "@/router/utils";
const { route } = useNav();
const router = useRouter();
const defaultActive = computed(() =>

@ -14,6 +14,7 @@ import knowledgeCentreIcon from "../../../assets/svg/home/knowledgeCentre.svg";
import businessManagementIcon from "../../../assets/svg/home/businessManagement.svg";
import actKnowledgeCentreIcon from "../../../assets/svg/home/actKnowledgeCentre.svg";
import actBusinessManagementIcon from "../../../assets/svg/home/actBusinessManagement.svg";
import actSystemIcon from "../../../assets/svg/home/actSystem.svg";
// ...SVG
const props = defineProps({
meunIconIndex: {
@ -34,7 +35,8 @@ const icons = [
const actIcons = [
actHomeIcon,
actKnowledgeCentreIcon,
actBusinessManagementIcon
actBusinessManagementIcon,
actSystemIcon
];
const icon = ref();

Loading…
Cancel
Save