.container { display: flex; flex-direction: {{ flexDirection }}; justify-content: {{ justifyContent }}; align-items: {{ alignItems }}; flex-wrap: {{ flexWrap }}; gap: {{ gap }}px; } .item { flex: {{ items[0].flex }}; /* 第一个项目的值 */ }