From edd2cdf632a5de3ac17548d317e3588c954cdef6 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 11 May 2023 17:47:48 +0800 Subject: [PATCH] css --- src/project/wuxi/AppPhotoReport/AppPhotoReport.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue b/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue index 319039e..a5f15c7 100644 --- a/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue +++ b/src/project/wuxi/AppPhotoReport/AppPhotoReport.vue @@ -141,20 +141,22 @@ export default { } .photo-item__top--info-item { - display: flex; - align-items: center; + // display: flex; + // align-items: center; &:last-child { margin-bottom: 8px; } label { + display: inline-block; margin-right: 32px; color: #999999; font-size: 26px; } span { + display: inline-block; color: #333333; font-size: 26px; }