Skip to content

Commit a68acb0

Browse files
committed
mall:修复优惠券发券弹窗样式
1 parent d10530c commit a68acb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/mall/promotion/coupon/components/CouponSendForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
</el-table-column>
7676
</el-table>
7777
<!-- 分页 -->
78-
<!-- TODO 疯狂:可以看看,为啥弹窗没把分页包进去,可能和 footer 有关? -->
7978
<Pagination
8079
v-model:limit="queryParams.pageSize"
8180
v-model:page="queryParams.pageNo"
8281
:total="total"
8382
@pagination="getList"
8483
/>
84+
<div class="clear-both"></div>
8585
</Dialog>
8686
</template>
8787
<script lang="ts" setup>

0 commit comments

Comments
 (0)