소스 검색

tooltooltip -> tooltip

visuddhinanda 2 년 전
부모
커밋
ff2032084f
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      dashboard/src/components/anthology/AnthologyList.tsx
  2. 2 2
      dashboard/src/components/article/ArticleList.tsx

+ 1 - 1
dashboard/src/components/anthology/AnthologyList.tsx

@@ -150,7 +150,7 @@ const AnthologyListWidget = ({
             }),
             dataIndex: "title",
             key: "title",
-            tooltooltip: "过长会自动收缩",
+            tooltip: "过长会自动收缩",
             ellipsis: true,
             render: (text, row, index, action) => {
               return (

+ 2 - 2
dashboard/src/components/article/ArticleList.tsx

@@ -188,7 +188,7 @@ const ArticleListWidget = ({
             }),
             dataIndex: "title",
             key: "title",
-            tooltooltip: "过长会自动收缩",
+            tooltip: "过长会自动收缩",
             ellipsis: true,
             render: (text, row, index, action) => {
               return (
@@ -243,7 +243,7 @@ const ArticleListWidget = ({
             }),
             dataIndex: "summary",
             key: "summary",
-            tooltooltip: "过长会自动收缩",
+            tooltip: "过长会自动收缩",
             ellipsis: true,
           },
           {