From 3a8c561a524467898c815a90bbcdc3d113cc022e Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 1 Mar 2024 13:46:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E6=89=8B=E6=8B=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiItem/AiItem.vue | 5 +- .../qujing/AppPhotoReport/AppPhotoReport.vue | 271 ++++++++++++++ .../qujing/AppPhotoReport/PhotoDetail.vue | 249 +++++++++++++ .../qujing/AppPhotoReport/PhotoForm.vue | 333 ++++++++++++++++++ .../qujing/AppPhotoReport/PhotoResult.vue | 64 ++++ 5 files changed, 920 insertions(+), 2 deletions(-) create mode 100644 src/project/qujing/AppPhotoReport/AppPhotoReport.vue create mode 100644 src/project/qujing/AppPhotoReport/PhotoDetail.vue create mode 100644 src/project/qujing/AppPhotoReport/PhotoForm.vue create mode 100644 src/project/qujing/AppPhotoReport/PhotoResult.vue diff --git a/src/components/AiItem/AiItem.vue b/src/components/AiItem/AiItem.vue index 85a8e4d..d970246 100644 --- a/src/components/AiItem/AiItem.vue +++ b/src/components/AiItem/AiItem.vue @@ -61,9 +61,10 @@ export default { .normal { width: 100%; - padding-right: 32px; + padding: 32px 32px 32px 0; + line-height: 44px; box-sizing: border-box; - height: 112px; + // height: 112px; .flexContent { max-width: 62vw; diff --git a/src/project/qujing/AppPhotoReport/AppPhotoReport.vue b/src/project/qujing/AppPhotoReport/AppPhotoReport.vue new file mode 100644 index 0000000..b9c27ff --- /dev/null +++ b/src/project/qujing/AppPhotoReport/AppPhotoReport.vue @@ -0,0 +1,271 @@ + + + + + diff --git a/src/project/qujing/AppPhotoReport/PhotoDetail.vue b/src/project/qujing/AppPhotoReport/PhotoDetail.vue new file mode 100644 index 0000000..8e830dc --- /dev/null +++ b/src/project/qujing/AppPhotoReport/PhotoDetail.vue @@ -0,0 +1,249 @@ + + + + + diff --git a/src/project/qujing/AppPhotoReport/PhotoForm.vue b/src/project/qujing/AppPhotoReport/PhotoForm.vue new file mode 100644 index 0000000..cf759e0 --- /dev/null +++ b/src/project/qujing/AppPhotoReport/PhotoForm.vue @@ -0,0 +1,333 @@ + + + + + diff --git a/src/project/qujing/AppPhotoReport/PhotoResult.vue b/src/project/qujing/AppPhotoReport/PhotoResult.vue new file mode 100644 index 0000000..43a2437 --- /dev/null +++ b/src/project/qujing/AppPhotoReport/PhotoResult.vue @@ -0,0 +1,64 @@ + + + + +