const endHtml = <svg class="icon" aria-hidden="true" class="custom-node-body-img"> <use xlink:href="#iconjieshu"></use> </svg> 结束 ; const branchHtml = <svg fill="#fff" width="110" height="54" version="1.1" xmlns="http://www.w3.org/2000/svg"> <polygon points="0,...
一、在阿里图标库中选取需要的图标,组成自己的图标库。 www.iconfont.cn 二、main.js中 //下载js文件到本地,引入图标扩展 import '@/views/gis/gisYZT/font_4703849_ah53x5ftac7.js'; 三、在vue页面中直接使用 <svgclass="icon"aria-hidden="true"> <use:xlink:href="`#${iconName}`"></use> </s...
0,o())}h=function(){var a,h,t;(t=document.createElement("div")).innerHTML=c,c=null,(h=t.getElementsByTagName("svg")[0])&&(h.setAttribute("aria-hidden","true"),h.style.position="absolute",h.style.width=0,h.style.height=0,h.style.overflow="hidden",a=h,(t=document.body)....
<svg focusable="false" data-icon="upload" width="1em" height="1em" fill="currentColor" aria-hidden="true"viewBox="64 64 896 896"><path d="M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 00-12.6 0l-112 141.7c...
<svg class="icon" aria-hidden="true"> <use xlink:href="#icon-ali-pay"></use> </svg> 你也可以通过使用 Ant Design Vue 图标组件提供的Icon.createFromIconfontCN({...})方法来更加方便地使用图标,使用方式如下: <template> <my-icon type="icon-example" /> ...