Ver Fonte

样式优化

yanghao há 4 semanas atrás
pai
commit
9ea4b3e662
2 ficheiros alterados com 6 adições e 13 exclusões
  1. 1 8
      pages/home/index.vue
  2. 5 5
      pages/ruiHengReport/index.vue

+ 1 - 8
pages/home/index.vue

@@ -501,14 +501,7 @@
         >
           {{ $t("ruiDuReport.dailyDetail") }}
         </view>
-        <view
-          class="report-popup-item"
-          @click="
-            navigateToRuiHengReport('/pages/ruiDuReport/daily-team-statistic')
-          "
-        >
-          {{ $t("ruiDuReport.dailyTeamStatistic") }}
-        </view>
+
         <view class="report-popup-cancel" @click="closeRuiHengReportPopup">
           {{ $t("operation.cancel") }}
         </view>

+ 5 - 5
pages/ruiHengReport/index.vue

@@ -91,9 +91,9 @@
           </view>
 
           <view class="desc-panel">
-            <view class="desc-title">生产情况</view>
+            <view class="desc-title">生产动态概述</view>
             <text class="desc-text">
-              {{ item.productionSummary || "暂无生产情况说明" }}
+              {{ item.productionSummary || "暂无生产动态概述" }}
             </text>
           </view>
         </view>
@@ -102,7 +102,7 @@
 
     <view class="filter-bar">
       <view class="filter-main">
-        <text class="filter-label">统计日期</text>
+        <text class="filter-label">创建时间</text>
 
         <uni-datetime-picker
           v-model="selectedDate"
@@ -293,7 +293,7 @@ onMounted(() => {
 
 <style lang="scss" scoped>
 .report-page {
-  min-height: 100vh;
+  max-height: 100vh;
   padding: 12px;
   box-sizing: border-box;
 }
@@ -349,7 +349,7 @@ onMounted(() => {
 }
 
 .report-scroll {
-  height: calc(100vh - 110px);
+  height: calc(100vh - 140px);
   padding-top: 12px;
   box-sizing: border-box;
 }