Forráskód Böngészése

feat: 【近30天数据】 显示最后一天

@dayan_hjm 2 év óta
szülő
commit
70d51ab354

+ 1 - 1
src/assets/css/styleTemplate.less

@@ -119,7 +119,7 @@
119 119
   //tab栏 start----------------
120 120
   .body_box {
121 121
     margin-top: 56px !important;
122
-    background: #fff;
122
+    background: unset;
123 123
 
124 124
     .navigator {
125 125
       background-color: @dy-all-themes;

+ 2 - 2
src/pages/frame/style.less

@@ -423,7 +423,7 @@
423 423
       overflow-y: auto;
424 424
       flex-grow: 1;
425 425
 
426
-      background: #fff;
426
+      background: unset;
427 427
 
428 428
       &>div:last-child {
429 429
         // flex-grow: 1;
@@ -437,7 +437,7 @@
437 437
           flex-grow: 1;
438 438
           // height: calc(100% - 56px);
439 439
           overflow-y: auto;
440
-          background: #1c45b4;
440
+          background: unset;
441 441
           // margin-top: 56px;
442 442
           padding-bottom:0;
443 443
         }

+ 2 - 1
src/pages/tqcDataVHome/component/bottomLineForSend.jsx

@@ -2,7 +2,7 @@
2 2
  * @Author: dayan_hjm 近30天产量
3 3
  * @Date: 2023-10-23 09:32:12 
4 4
  * @Last Modified by: dayan_hjm
5
- * @Last Modified time: 2023-11-08 16:43:21
5
+ * @Last Modified time: 2023-11-17 10:21:39
6 6
  */
7 7
 
8 8
 
@@ -93,6 +93,7 @@ class BottomLineForSend extends Component {
93 93
                 color: '#7d7d7d',
94 94
                 fontSize: 12
95 95
             },
96
+            showMaxLabel: true,//关键部分,显示最后一个label
96 97
           },
97 98
           axisLine: {
98 99
             lineStyle: {