Explorar el Código

feature_20250721_日报分享页面优化

zhujindu hace 4 meses
padre
commit
7918bce3e8
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/views/week/dailyDetails.vue
  2. 1 1
      src/views/week/dailyHistoricalDetails.vue

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

@@ -521,7 +521,7 @@
             v-model="checkedPlan"
             style="margin-left: 10px"></van-checkbox>
         </p>
-        <p style="margin-bottom: 5px; margin-top: 0">请点击勾选想要分享的今日拜访照片</p>
+        <p style="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">

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

@@ -569,7 +569,7 @@
             v-model="checkedPlan"
             style="margin-left: 10px"></van-checkbox>
         </p>
-        <p style="margin-bottom: 5px; margin-top: 0">请点击勾选想要分享的今日拜访照片</p>
+        <p style="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">