From 0c2a0d0aaafe2d4beac67bf16c505d95105dcc48 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期四, 12 一月 2023 09:26:57 +0800 Subject: [PATCH] 2023/1/12 肖辉 审核管理图标修改 --- src/assets/icons/svg/icon_shenheguanlileft.svg | 1 + src/views/layout/components/Main/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/assets/icons/svg/icon_shenheguanlileft.svg b/src/assets/icons/svg/icon_shenheguanlileft.svg new file mode 100644 index 0000000..2927976 --- /dev/null +++ b/src/assets/icons/svg/icon_shenheguanlileft.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="36" height="36" viewBox="0 0 36 36"><defs><clipPath id="master_svg0_3_864"><rect x="7" y="7" width="22" height="22.000001907348633" rx="0"/></clipPath></defs><g style="mix-blend-mode:passthrough"><g style="mix-blend-mode:passthrough"><g style="mix-blend-mode:passthrough"><rect x="0" y="0" width="36" height="36" rx="4" fill="#FF7513" fill-opacity="1"/></g><g clip-path="url(#master_svg0_3_864)"><g><path d="M18,8C16.740000000000002,8,15.57,8.818181,15.21,10L10.98,10C9.9,10,9,10.909089999999999,9,12L9,26C9,27.0909,9.9,28,10.98,28L25.02,28C26.1,28,27,27.0909,27,26L27,12C27,10.909089999999999,26.1,10,25.02,10L20.880000000000003,10C20.43,8.818182,19.259999999999998,8.000000572205,18,8ZM22.59,14.545449999999999L24.03,16L16.02,24L12.06,20L13.5,18.5455L16.11,21.090899999999998L22.59,14.545449999999999ZM18,10C18.54,10,18.990000000000002,10.45455,18.990000000000002,11C18.990000000000002,11.54545,18.54,12,18,12C17.46,12,17.009999999999998,11.54545,17.009999999999998,11C17.009999999999998,10.45455,17.46,10,18,10Z" fill="#FFFFFF" fill-opacity="1"/></g></g></g></g></svg> \ No newline at end of file diff --git a/src/views/layout/components/Main/index.vue b/src/views/layout/components/Main/index.vue index 0a329f2..2818d88 100644 --- a/src/views/layout/components/Main/index.vue +++ b/src/views/layout/components/Main/index.vue @@ -264,7 +264,7 @@ id: 39, label: '瀹℃牳绠$悊', link: '/operate/management/myIndex', - icon: 'icon_shenheguanli' + icon: 'icon_shenheguanlileft' }, { id: 40, -- Gitblit v1.8.0