fix:修改水平线和垂直线图标

main
liu.shiyi 2 years ago
parent 96549d971e
commit 225a551efa

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1695709445438" class="icon" viewBox="0 0 1026 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="17109" xmlns:xlink="http://www.w3.org/1999/xlink" width="200.390625" height="200"><path d="M179.2 487.936h660.992v45.056H179.2z" fill="#969696" p-id="17110"></path><path d="M834.56 404.992h191.488v214.016h-191.488zM0 404.992h191.488v214.016H0z" fill="#348FE0" p-id="17111"></path></svg>

After

Width:  |  Height:  |  Size: 536 B

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1695709475135" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18101" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M487.984032 185.48503h44.966068v659.672655h-44.966068z" fill="#969696" p-id="18102"></path><path d="M405.205589 0h213.588822v191.105788H405.205589zM405.205589 832.894212h213.588822v191.105788H405.205589z" fill="#348FE0" p-id="18103"></path></svg>

After

Width:  |  Height:  |  Size: 580 B

@ -32,7 +32,7 @@ export default function getComponentConfig (type) {
return {
name: '水平线',
title: '水平线',
icon: Icon.getNameList()[10],
icon: Icon.getNameList()[24],
component: null,
className:
'com.gccloud.dataroom.core.module.chart.components.ScreenBorderChart',
@ -46,7 +46,7 @@ export default function getComponentConfig (type) {
return {
name: '垂直线',
title: '垂直线',
icon: Icon.getNameList()[11],
icon: Icon.getNameList()[25],
component: null,
className:
'com.gccloud.dataroom.core.module.chart.components.ScreenBorderChart',

Loading…
Cancel
Save