optimize style sheets, support tabIndex in popup

This commit is contained in:
2023-04-21 10:59:56 +08:00
parent cbdb2c7868
commit c4316e7e52
16 changed files with 235 additions and 199 deletions

View File

@ -378,7 +378,10 @@ class CustomerCommunication {
}
},
createElement('span', span => span.innerText = r('nameColon', 'Name:')),
createElement('input', 'ui-input')
createElement('input', input => {
input.type = 'text';
input.className = 'ui-input';
})
),
createElement('div', 'prompt-count'),
createElement('button', button => {