追加placeholder
This commit is contained in:
parent
9c8a3f36a1
commit
17d422b8ca
|
@ -2015,6 +2015,7 @@ export class Create {
|
|||
input.style.borderRadius = "6px";
|
||||
input.style.fontWeight = "bold";
|
||||
input.style.fontSize = "21px";
|
||||
input.placeholder = "支持正则搜索";
|
||||
let find = ui.create.button(["find", "搜索"], "tdnodes");
|
||||
find.style.display = "inline";
|
||||
let clickfind = function (e) {
|
||||
|
|
Loading…
Reference in New Issue