|
@@ -49,7 +49,7 @@
|
|
|
<div v-if="draftWishes.length > 0" class="wish-section">
|
|
<div v-if="draftWishes.length > 0" class="wish-section">
|
|
|
<div class="section-title">📝 待定价</div>
|
|
<div class="section-title">📝 待定价</div>
|
|
|
<div style="overflow:auto;max-height:calc(100vh - 300px);">
|
|
<div style="overflow:auto;max-height:calc(100vh - 300px);">
|
|
|
-<el-table style="max-height:calc(100vh - 300px);" :data="draftWishes" border v-loading="loading" style="width: 100%">
|
|
|
|
|
|
|
+<el-table style="max-height:calc(100vh - 300px);width: 100%" :data="draftWishes" border v-loading="loading">
|
|
|
<el-table-column prop="id" label="ID" width="80"></el-table-column>
|
|
<el-table-column prop="id" label="ID" width="80"></el-table-column>
|
|
|
<el-table-column prop="childName" label="孩子" width="100"></el-table-column>
|
|
<el-table-column prop="childName" label="孩子" width="100"></el-table-column>
|
|
|
<el-table-column prop="title" label="心愿名称" min-width="200"></el-table-column>
|
|
<el-table-column prop="title" label="心愿名称" min-width="200"></el-table-column>
|