Row 行

基本水平布局容器。

使用提示

justify 变体

namespace: "doc_row_justify_diff",
  layout: {
    "column:demo": {
      "text:start": {
        text: "justify: start"
      },
      "row:justify-start": {
        justify: "start",
        "badge:a": {
          label: "A"
        },
        "badge:b": {
          label: "B"
        }
      },
      "text:center": {
        text: "justify: center"
      },
      "row:justify-center": {
        justify: "center",
        "badge:a": {
          label: "A"
        },
        "badge:b": {
          label: "B"
        }
      },
      "text:end": {
        text: "justify: end"
      },
      "row:justify-end": {
        justify: "end",
        "badge:a": {
          label: "A"
        },
        "badge:b": {
          label: "B"
        }
      },
      "text:space-between": {
        text: "justify: space-between"
      },
      "row:justify-between": {
        justify: "space-between",
        "badge:a": {
          label: "A"
        },
        "badge:b": {
          label: "B"
        }
      }
    }
  }
}

API 参考