1 设置伸缩容器

设置元素为伸缩容器:

.wrap {
    display: flex;
}

设置元素为内联级伸缩容器:

.wrap {
    display: inline-flex
}

results matching ""

    No results matching ""