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