From 11bff3e93067768199bab9bfff37e8eae17d8d92 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周一, 05 5月 2025 16:33:45 +0800 Subject: [PATCH] 库存信息页面 --- HIAWms/web/src/components/vue3-context-menu/ContextMenuIconRight.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/HIAWms/web/src/components/vue3-context-menu/ContextMenuIconRight.vue b/HIAWms/web/src/components/vue3-context-menu/ContextMenuIconRight.vue new file mode 100644 index 0000000..512b94f --- /dev/null +++ b/HIAWms/web/src/components/vue3-context-menu/ContextMenuIconRight.vue @@ -0,0 +1,5 @@ +<template> + <svg class="mx-right-arrow" aria-hidden="true" viewBox="0 0 1024 1024"> + <path d="M307.018 49.445c11.517 0 23.032 4.394 31.819 13.18L756.404 480.18c8.439 8.438 13.181 19.885 13.181 31.82s-4.741 23.38-13.181 31.82L338.838 961.376c-17.574 17.573-46.065 17.573-63.64-0.001-17.573-17.573-17.573-46.065 0.001-63.64L660.944 512 275.198 126.265c-17.574-17.573-17.574-46.066-0.001-63.64C283.985 53.839 295.501 49.445 307.018 49.445z"></path> + </svg> +</template> \ No newline at end of file -- Gitblit v1.9.3