Explorar el Código

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

liu.shiyi hace 1 año
padre
commit
225a551efa

+ 1 - 0
data-room-ui/packages/assets/images/bigScreenIcon/svg/24horizontal.svg

@@ -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>

+ 1 - 0
data-room-ui/packages/assets/images/bigScreenIcon/svg/25vertical.svg

@@ -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>

+ 2 - 2
data-room-ui/packages/js/utils/getComponentConfig.js

@@ -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',