Explorar o código

边框颜色变化

cxmo hai 1 ano
pai
achega
08028cd62f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/chartFrame_manage/components/frameToolBar.vue

+ 1 - 1
src/views/chartFrame_manage/components/frameToolBar.vue

@@ -115,7 +115,7 @@
                             :class="{'img-disabled':!isSelectNode&&!isSelectEdge,'actived':isSelectNode||isSelectEdge}">
                     </label>
                     <input type="color" id="storke" style="width: 0;height: 0;visibility: hidden;" 
-                        :value="cellStyle.stroke"
+                        :value="nodeStyle.stroke"
                         @input="valueChange"/>
                     <span class="disabled" v-if="!isSelectNode&&!isSelectEdge"></span>
                 </span>