From 63446979abaafce5007896f88a2b6c7ee22d88c5 Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期三, 29 十一月 2023 14:21:38 +0800 Subject: [PATCH] feat: 1、物品分发明细查询 --- admin-web/src/views/departmentitem/itemdis/distribution/detail.vue | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/admin-web/src/views/departmentitem/itemdis/distribution/detail.vue b/admin-web/src/views/departmentitem/itemdis/distribution/detail.vue index e0a6b7d..e27de51 100644 --- a/admin-web/src/views/departmentitem/itemdis/distribution/detail.vue +++ b/admin-web/src/views/departmentitem/itemdis/distribution/detail.vue @@ -232,4 +232,12 @@ border-radius: 2px; background: #ffffff; } +.img-box{ + width: 100px; + height: 100px; +} +.img-box .img{ + width: 100px; + height: 100px; +} </style> -- Gitblit v1.9.1