visuddhinanda преди 1 година
родител
ревизия
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",
             dataIndex: "title",
             key: "title",
             key: "title",
-            tooltooltip: "过长会自动收缩",
+            tooltip: "过长会自动收缩",
             ellipsis: true,
             ellipsis: true,
             render: (text, row, index, action) => {
             render: (text, row, index, action) => {
               return (
               return (

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

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