From af7343a699238cc15b315c8823fa70a042a903d2 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Wed, 7 Feb 2024 11:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89pdf=E6=8F=92=E4=BB=B6=20=20?= =?UTF-8?q?=E6=97=A0=E7=94=A8=20=20=E5=AF=BC=E8=87=B4=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=A4=B1=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/board/shopOrderBoard.vue | 132 ++++++++++----------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/src/views/modules/board/shopOrderBoard.vue b/src/views/modules/board/shopOrderBoard.vue index db87a3b..fea1fcb 100644 --- a/src/views/modules/board/shopOrderBoard.vue +++ b/src/views/modules/board/shopOrderBoard.vue @@ -18,7 +18,7 @@ @@ -81,70 +81,70 @@ label="最近入库日期"> - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -175,7 +175,7 @@ }, mounted () { this.$nextTick(() => { - this.height = window.innerHeight - 172 + this.height = window.innerHeight - 80 }) // this.autoRoll() },