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