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() },