From df351f538a10114586b7dcdf9c1d4be77e92eebd Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 30 十一月 2022 09:05:17 +0800 Subject: [PATCH] 新增有效期限 --- src/views/specialCheck/components/wholesaleForm.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/specialCheck/components/wholesaleForm.vue b/src/views/specialCheck/components/wholesaleForm.vue index 8d4f245..0e4546f 100644 --- a/src/views/specialCheck/components/wholesaleForm.vue +++ b/src/views/specialCheck/components/wholesaleForm.vue @@ -97,7 +97,7 @@ :total="recordTotal" layout="total, sizes, prev, pager, next, jumper" background - style="float:right;margin:3px" + style="float:right;margin:20px 0 0" @size-change="handleSizeChange" @current-change="handleCurrentChange" /> -- Gitblit v1.9.2