Commit 78af4138 by crushh

update: flex布局

parent f1424fe2
......@@ -28,7 +28,7 @@
<dm-sub-title>
卡券核销
</dm-sub-title>
<el-row :gutter="20">
<el-row :gutter="20" class="flex">
<el-col :span="6" v-for="(el, index) in cardData" :key="index">
<target-group :data-list="el"></target-group>
</el-col>
......@@ -507,4 +507,8 @@ export default {
}
}
}
.flex {
display: flex;
flex-wrap: wrap;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment