聚合物中的直接子CSS选择器

时间:2019-01-04 13:55:42

标签: polymer polymer-3.x

在从polymerElement派生的类中,我有这段代码

class SelectorTest extends PolymerElement {
  static get template() {
    return html`
      <style>
        :host > * {
          display: block;
          margin-top: 5px;
        }
      </style>
   `
  }

看起来像:host>“ 中的”大于“符号与