瀏覽代碼

add page search placeholder

visuddhinanda 3 年之前
父節點
當前提交
e1d4a1c10b
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      dashboard/src/components/fts/FullSearchInput.tsx

+ 5 - 1
dashboard/src/components/fts/FullSearchInput.tsx

@@ -156,7 +156,11 @@ const FullSearchInputWidget = ({
         <Input.Search
           size={size}
           width={width}
-          placeholder="search here"
+          placeholder={
+            view === "page"
+              ? "输入页码数字,或者卷号.页码如 1.1"
+              : "search here"
+          }
           onSearch={(value: string) => {
             console.log("on search", value, tags);
             if (typeof onSearch !== "undefined") {