.best-dialog .el-dialog:not(.is-fullscreen) .el-dialog__body {
  max-height: 600px;
  padding: 20px;
  overflow: auto;
}

.best-dialog .el-select,
.best-dialog .el-cascader,
.best-dialog .el-date-editor {
  width: 100%;
}