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 @@