追加placeholder

This commit is contained in:
IceCola 2024-05-14 23:49:58 +08:00
parent 9c8a3f36a1
commit 17d422b8ca
1 changed files with 1 additions and 0 deletions

View File

@ -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) {