소스 검색

timeout 1000

yuedefeng 5 년 전
부모
커밋
c4e668cc06
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/goodsdataopera.vue

+ 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>