XAWDJ0277HWXPT2\Administrator 5 lat temu
rodzic
commit
29e0578d7a

Plik diff jest za duży
+ 0 - 1
web/css/app.e0224462.css


Plik diff jest za duży
+ 1 - 0
web/css/chunk-a80ca5cc.20a235c4.css


Plik diff jest za duży
+ 0 - 1
web/css/chunk-a80ca5cc.8a798f36.css


Plik diff jest za duży
+ 0 - 1
web/css/chunk-a80ca5cc.d24a6de3.css


Plik diff jest za duży
+ 1 - 1
web/index.html


Plik diff jest za duży
+ 2 - 2
web/js/app.df88ffdc.js


Plik diff jest za duży
+ 1 - 1
web/js/app.6d361a98.js.map


Plik diff jest za duży
+ 0 - 2
web/js/app.6d361a98.js


Plik diff jest za duży
+ 0 - 1
web/js/app.df88ffdc.js.map


Plik diff jest za duży
+ 0 - 2
web/js/chunk-a80ca5cc.2bdba18c.js


Plik diff jest za duży
+ 0 - 1
web/js/chunk-a80ca5cc.2bdba18c.js.map


Plik diff jest za duży
+ 0 - 2
web/js/chunk-a80ca5cc.7d29b8cd.js


Plik diff jest za duży
+ 0 - 1
web/js/chunk-a80ca5cc.7d29b8cd.js.map


Plik diff jest za duży
+ 2 - 0
web/js/chunk-a80ca5cc.eb6fb72f.js


Plik diff jest za duży
+ 1 - 0
web/js/chunk-a80ca5cc.eb6fb72f.js.map


BIN
webConfig/public/favicon.ico


+ 19 - 3
webConfig/src/views/projectManagement.vue

@@ -611,7 +611,8 @@
                     border
                     align="center"
                     style="width: 100%;"
-                    height="calc(100% - 11.5rem)">
+                    height="calc(100% - 11.5rem)"
+                    :row-class-name="tableRowClassName">
                     <el-table-column
                       label="Number"
                       prop="LSLD_index"
@@ -4317,6 +4318,13 @@
                 }
                 // console.log(this.historicalTableList)
             },
+            tableRowClassName(data) {
+                // console.log(row)
+                if (data.rowIndex%2 == 0) {
+                  return 'row_bg';
+                }
+                return '';
+            },
             lampcontrolHistorylist(val,download,callback,error){
                 let isDownload;
                 if(!download){
@@ -5734,6 +5742,7 @@
                         padding: 0;
                         >.cell{
                             padding: 0 0.5rem;
+                            line-height: inherit;
                         }
                     }
                     th{
@@ -5745,7 +5754,7 @@
                         color:rgba(102,102,102,1);
                     }
                     td{
-                        height: 4.2rem;line-height: 4.2rem;
+                        height: 3rem;line-height: 3rem;
                         font-size:1rem;
                         font-family:PingFangSC-Medium,PingFang SC;
                         font-weight:500;
@@ -6377,6 +6386,12 @@
                         .el-pager .more::before{
                             line-height: 2.2rem;
                         }
+                        .el-button{
+                            height: 3rem;
+                            line-height: 3rem;
+                            padding:0 1rem;
+                            border-radius: 2rem;
+                        }
                     }
                     .screen_date{
                         border-radius: 2rem;
@@ -6412,6 +6427,7 @@
                             padding: 0;
                             >.cell{
                                 padding: 0 0.5rem;
+                                line-height: inherit;
                             }
                         }
                         th{
@@ -6423,7 +6439,7 @@
                             color:rgba(102,102,102,1);
                         }
                         td{
-                            height: 4.2rem;line-height: 4.2rem;
+                            height: 2.5rem;line-height: 2.5rem;
                             font-size:1rem;
                             font-family:PingFangSC-Medium,PingFang SC;
                             font-weight:500;