From 054c4b3be788b870026fdd1da916be18931161e7 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 30 4月 2025 16:24:31 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo --- 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