.dialog-box .el-pagination {
  margin-top: 20px;
}
.dialog-box .left-table .el-table__body-wrapper {
  height: 370px;
  overflow-y: auto;
}
.dialog-box .right-table {
  text-align: center;
}
.dialog-box .right-table .el-table {
  min-height: 400px;
}
.dialog-box .right-table .el-table__body-wrapper {
  max-height: 370px;
  overflow-y: auto;
}
.dialog-box .right-table .el-table__empty-block {
  min-height: 370px;
}
.dialog-box .risk-contrast-btn {
  margin-top: 20px;
}
.dialog-box .el-col-2 {
  height: 407px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-box .el-col-2 .btn-content .btn1 {
  margin-bottom: 20px;
}
.dialog-box .el-dialog__footer {
  text-align: center;
}

.text-nowarp {
  white-space: nowrap;
}

