mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修改placeholder
This commit is contained in:
parent
7e4fe2f1b3
commit
012ee2419d
|
@ -128,7 +128,7 @@ const Log = ({ headerStyle, isPhone, theme }: any) => {
|
||||||
value={select}
|
value={select}
|
||||||
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
|
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
|
||||||
treeData={data}
|
treeData={data}
|
||||||
placeholder="请选择日志文件"
|
placeholder="请选择日志"
|
||||||
showSearch
|
showSearch
|
||||||
onSelect={onSelect}
|
onSelect={onSelect}
|
||||||
/>,
|
/>,
|
||||||
|
@ -147,6 +147,8 @@ const Log = ({ headerStyle, isPhone, theme }: any) => {
|
||||||
<Input.Search
|
<Input.Search
|
||||||
className={styles['left-tree-search']}
|
className={styles['left-tree-search']}
|
||||||
onChange={onSearch}
|
onChange={onSearch}
|
||||||
|
placeholder="请输入日志名"
|
||||||
|
allowClear
|
||||||
></Input.Search>
|
></Input.Search>
|
||||||
<div className={styles['left-tree-scroller']} ref={treeDom}>
|
<div className={styles['left-tree-scroller']} ref={treeDom}>
|
||||||
<Tree
|
<Tree
|
||||||
|
|
|
@ -413,7 +413,7 @@ const Script = ({ headerStyle, isPhone, theme, socketMessage }: any) => {
|
||||||
value={select}
|
value={select}
|
||||||
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
|
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
|
||||||
treeData={data}
|
treeData={data}
|
||||||
placeholder="请选择脚本文件"
|
placeholder="请选择脚本"
|
||||||
showSearch
|
showSearch
|
||||||
onSelect={onSelect}
|
onSelect={onSelect}
|
||||||
/>,
|
/>,
|
||||||
|
@ -477,6 +477,8 @@ const Script = ({ headerStyle, isPhone, theme, socketMessage }: any) => {
|
||||||
<Input.Search
|
<Input.Search
|
||||||
className={styles['left-tree-search']}
|
className={styles['left-tree-search']}
|
||||||
onChange={onSearch}
|
onChange={onSearch}
|
||||||
|
placeholder="请输入脚本名"
|
||||||
|
allowClear
|
||||||
></Input.Search>
|
></Input.Search>
|
||||||
<div className={styles['left-tree-scroller']} ref={treeDom}>
|
<div className={styles['left-tree-scroller']} ref={treeDom}>
|
||||||
<Tree
|
<Tree
|
||||||
|
|
Loading…
Reference in New Issue
Block a user