Browse Source

feature_20250721_日报分享页面优化

zhujindu 3 months ago
parent
commit
98944c85c7
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/views/week/dailyDetails.vue
  2. 2 2
      src/views/week/dailyHistoricalDetails.vue

+ 2 - 2
src/views/week/dailyDetails.vue

@@ -516,12 +516,12 @@
       @close="wuliaoTableClose"
       custom-class="shareImgFlag">
       <div v-if="reportTarget.photos">
-        <p style="margin-bottom: 10px; margin-top: 0; display: flex">
+        <p style="margin-bottom: 15px; margin-top: 0; display: flex">
           今日总结&明日规划的文本内容<van-checkbox
             v-model="checkedPlan"
             style="margin-left: 10px"></van-checkbox>
         </p>
-        <p style="margin-bottom: 10px; margin-top: 0">请点击勾选想要分享的今日拜访照片</p>
+        <p style="margin-bottom: 5px; margin-top: 0">请点击勾选想要分享的今日拜访照片</p>
         <div v-for="(item, index) in reportTarget.photos" :key="index">
           <p style="margin-bottom: 10px">{{ item.taskName }}</p>
           <div class="shareVisitImg">

+ 2 - 2
src/views/week/dailyHistoricalDetails.vue

@@ -564,12 +564,12 @@
       @close="wuliaoTableClose"
       custom-class="shareImgFlag">
       <div v-if="reportTarget.photos">
-        <p style="margin-bottom: 10px; margin-top: 0; display: flex">
+        <p style="margin-bottom: 15px; margin-top: 0; display: flex">
           今日总结&明日规划的文本内容<van-checkbox
             v-model="checkedPlan"
             style="margin-left: 10px"></van-checkbox>
         </p>
-        <p style="margin-bottom: 10px; margin-top: 0">请点击勾选想要分享的今日拜访照片</p>
+        <p style="margin-bottom: 5px; margin-top: 0">请点击勾选想要分享的今日拜访照片</p>
         <div v-for="(item, index) in reportTarget.photos" :key="index">
           <p style="margin-bottom: 10px">{{ item.taskName }}</p>
           <div class="shareVisitImg">