yuedefeng 5 gadi atpakaļ
vecāks
revīzija
c4e668cc06

+ 8 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/goodsdataopera.vue

@@ -2105,7 +2105,7 @@
           _this.$nextTick(() => {
             _this.checkLostCert()
           })
-        }, 200)
+        }, 1000)
       },
       checkLostCert () {
         let _this = this
@@ -3662,4 +3662,11 @@
     width:140px;
     height: 60px;
   }
+ .el-pagination {
+   margin: 1rem 0 2rem;
+   text-align: right;
+ }
+  .el-table .warning-row {
+    background: oldlace;
+  }
 </style>