Sfoglia il codice sorgente

fix: #8438 修复设备 运行状态事件搜索优化提示语

jackhoo_98 3 anni fa
parent
commit
b40e8b29d4
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/pages/device/Instance/Detail/Running/index.tsx

+ 2 - 1
src/pages/device/Instance/Detail/Running/index.tsx

@@ -21,7 +21,8 @@ const Running = () => {
     <Input.Search
       style={{ maxWidth: 200, marginBottom: 10 }}
       allowClear
-      placeholder="请输入名称"
+      placeholder="请输入事件名称"
+      // placeholder="请输入名称"
       onSearch={(value: string) => {
         console.log(list);
         if (value) {