From 57d58cdad366b6b97cdd8bba7678105ffaa151ec Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 31 Oct 2024 21:03:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=BA=93=20=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/print/Print.vue | 16 +++++++++++++--- src/view/lables/Template.vue | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/components/print/Print.vue b/src/components/print/Print.vue index 5b035d1..aa0daa2 100644 --- a/src/components/print/Print.vue +++ b/src/components/print/Print.vue @@ -192,10 +192,19 @@ :total="templateTotal" :current.sync="searchTemplate.current" :size.sync="searchTemplate.size" - style="margin-top: 8px;" - height="400" + height="480" @getList="getTemplateList" v-loading="templateLoading"> + + +