Explorar o código

style: 线条样式

Gaokun Wang hai 1 mes
pai
achega
1c3a6453e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/components/MyMxGraph/MxProperties.vue

+ 1 - 1
src/views/components/MyMxGraph/MxProperties.vue

@@ -6,7 +6,7 @@
           <t-form-item label="线条样式">
             <t-select v-model="form.dashed" @change="emit('changeDashed', form.dashed)">
               <t-option value="1" label="-------"></t-option>
-              <t-option value="0" label="———"></t-option>
+              <t-option value="0" label="———————"></t-option>
             </t-select>
           </t-form-item>