在从polymerElement派生的类中,我有这段代码
class SelectorTest extends PolymerElement {
static get template() {
return html`
<style>
:host > * {
display: block;
margin-top: 5px;
}
</style>
`
}
看起来像:host>“ 中的”大于“符号与”