|
@@ -19,7 +19,7 @@
|
|
|
<el-row :gutter="20" v-if="list.length === 0">
|
|
|
<el-col :span="12" :offset="6"><div class="empty">暂无数据,请先填写订单</div></el-col>
|
|
|
</el-row>
|
|
|
- <el-row v-else style="float:left">
|
|
|
+ <el-row v-else style="float:left;width:100%">
|
|
|
<el-col :span="12" class="card" v-for="(item, index) in list" :key="index">
|
|
|
<el-card class="box-card">
|
|
|
<div slot="header" class="clearfix">
|