Browse Source

style: 线条样式

Gaokun Wang 1 tháng trước cách đây
mục cha
commit
1c3a6453e8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>