Browse Source

Merge branch 'feature_20250721_日报分享' into uat(dev)

# Conflicts:
#	src/views/week/dailyDetails.vue
#	src/views/week/dailyHistoricalDetails.vue
zhujindu 3 months ago
parent
commit
82eaab1eb0
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

@@ -566,12 +566,12 @@
       @close="wuliaoTableClose"
       custom-class="shareImgFlag">
       <div v-if="reportTarget.photoSummary">
-        <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 class="shareVisitImg">
           <template v-for="(itemImg, indexImg) in reportTarget.photoSummary">
             <div>

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

@@ -609,12 +609,12 @@
       @close="wuliaoTableClose"
       custom-class="shareImgFlag">
       <div v-if="reportTarget.photoSummary">
-        <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 class="shareVisitImg">
           <template v-for="(itemImg, indexImg) in reportTarget.photoSummary">
             <div>