page.scss 514 Bytes
.page-search {
  border: 1px solid #ebeef5;
  padding: 10px 10px 0 !important;
  border-radius: 4px;
  margin-bottom: 10px;
}

.page-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  .el-button + .el-button {
    margin-left: 0;
  }
  .el-button {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.page-table {
  width: 100%;
}

.page-pagination {
  margin-top: 10px;
  text-align: right;
}

.page-dialog__footer {
  text-align: center;
}