Browse Source

修改InfoHeader

YangZhiJie 1 năm trước cách đây
mục cha
commit
d9024a433f
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      package.json
  2. 1 1
      packages/info/src/InfoHeader.vue

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "pc-component-v3",
-  "version": "1.0.86",
+  "version": "1.0.87-t1",
   "description": "",
   "main": "dist/pc-component-v3.js",
   "scripts": {

+ 1 - 1
packages/info/src/InfoHeader.vue

@@ -26,7 +26,7 @@
             </template>
           </a-dropdown>
 
-          <a-tooltip v-if="!(htmlHelpUrl != undefined && htmlHelpUrl != '')" title="search">
+          <a-tooltip v-if="!(htmlHelpUrl != undefined && htmlHelpUrl != '')" title="帮助">
             <QuestionCircleOutlined style="font-size: 2rem;" @click="openHtmlHelp(htmlHelpUrl)" />
           </a-tooltip>
         </a-flex>