From d6a442fa7c8b9be884870c030968786b8f04b2d6 Mon Sep 17 00:00:00 2001
From: cy <1664593601@qq.com>
Date: 星期三, 29 十一月 2023 15:02:16 +0800
Subject: [PATCH] feat: 部门台账

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