Explorar o código

feat:add-textAutoAdjust

ananzhusen hai 1 ano
pai
achega
767c3b1b27
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      src/views/components/PenProps.vue

+ 7 - 0
src/views/components/PenProps.vue

@@ -742,6 +742,13 @@
                   >
                     隐藏文字
                   </t-checkbox>
+                  <t-checkbox
+                    v-model="data.pen.textAutoAdjust"
+                    @change="changeValue('textAutoAdjust')"
+                    style="width: 90px"
+                  >
+                    自动调整
+                  </t-checkbox>
                 </div>
               </t-space>
             </t-collapse-panel>