/* You can add global styles to this file, and also import other style files */

// @import 'projects/theme/src/styles/index';

body {
  display: block;
  margin: 0;
}

.table-operations {
  padding: 16px;
}
.ant-advanced-search-form {
  padding: 24px;
  background: #fbfbfb;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.search-result-list {
  margin-top: 16px;
  border-radius: 6px;
  min-height: 200px;
  text-align: center;
}
