TASK:#108924-修改了测试页

This commit is contained in:
wangguoqing 2022-09-12 09:59:59 +08:00
parent b1680ea6bc
commit 38588e3b2e
1 changed files with 24 additions and 4 deletions

View File

@ -6,10 +6,30 @@ import {sharedStyles} from '../shared-styles'
export class PanelPrompt extends LitElement {
render() {
return html`
<star-prompt></star-prompt>
<star-prompt deep></star-prompt>
<star-prompt password></star-prompt>
<star-prompt deep password></star-prompt>
<div>
<label>
<span></span>
<star-prompt></star-prompt>
</label>
</div>
<div>
<label>
<span></span>
<star-prompt deep></star-prompt>
</label>
</div>
<div>
<label>
<span></span>
<star-prompt password></star-prompt>
</label>
</div>
<div>
<label>
<span></span>
<star-prompt deep password></star-prompt>
</label>
</div>
`
}