v-for循环指定次数

191 阅读1分钟

.container { display: flex; flex-direction: row-reverse; /* 左右div的顺序反转 */ }

.left, .right { flex: 1; /* 平分容器的宽度 */ }