/* 弹出框样式 */
.base-dialog__wrapper {
  .el-dialog__header {
    box-sizing: border-box;
    border-bottom: 1px solid rgb(237, 237, 237);
  }
}
