Преглед изворни кода

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

@dayan_hjm пре 2 година
родитељ
комит
70d51ab354

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

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

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

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

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

@@ -2,7 +2,7 @@
2
  * @Author: dayan_hjm 近30天产量
2
  * @Author: dayan_hjm 近30天产量
3
  * @Date: 2023-10-23 09:32:12 
3
  * @Date: 2023-10-23 09:32:12 
4
  * @Last Modified by: dayan_hjm
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
                 color: '#7d7d7d',
93
                 color: '#7d7d7d',
94
                 fontSize: 12
94
                 fontSize: 12
95
             },
95
             },
96
+            showMaxLabel: true,//关键部分,显示最后一个label
96
           },
97
           },
97
           axisLine: {
98
           axisLine: {
98
             lineStyle: {
99
             lineStyle: {