From a21199d217587a935dd772f679c220567ddc604f Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Sat, 12 Oct 2024 09:47:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 9 + src/views/product/components/stockHistory.vue | 211 +++++++++++++++--- src/views/product/index.vue | 5 +- 3 files changed, 188 insertions(+), 37 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1215e93..2e2170d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -131,4 +131,13 @@ export default { } } } + +.image-slot { + width: 100%; + height: 100%; + background-color: #efefef; + display: flex; + align-items: center; + justify-content: center; +} diff --git a/src/views/product/components/stockHistory.vue b/src/views/product/components/stockHistory.vue index 190467c..af12121 100644 --- a/src/views/product/components/stockHistory.vue +++ b/src/views/product/components/stockHistory.vue @@ -2,39 +2,180 @@