Kaynağa Gözat

fix:#35 图形文字的对齐方式控制图标的鼠标提示遗漏

Wind-Breaker1 1 yıl önce
ebeveyn
işleme
9c407ab4ea
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/views/components/PenProps.vue

+ 2 - 2
src/views/components/PenProps.vue

@@ -619,7 +619,7 @@
                       </t-tooltip>
                     </t-radio-button>
                     <t-radio-button value="center">
-                      <t-tooltip content="居中" placement="top">
+                      <t-tooltip content="水平居中" placement="top">
                         <t-icon name="format-vertical-align-center" />
                       </t-tooltip>
                     </t-radio-button>
@@ -642,7 +642,7 @@
                       </t-tooltip>
                     </t-radio-button>
                     <t-radio-button value="middle">
-                      <t-tooltip content="垂直居中" placement="middle">
+                      <t-tooltip content="垂直居中" placement="top">
                         <t-icon name="format-horizontal-align-center" />
                       </t-tooltip>
                     </t-radio-button>