body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.trigger {
  padding: 0 24px;
  font-size: 18px;
  line-height: 64px;
  cursor: pointer;
  transition: color 0.3s;
}

.trigger:hover {
  color: #1890ff;
} 
.compact-table .ant-table-thead > tr > th {
  padding: 4px 6px;
  font-size: 13px;
}

.compact-table .ant-table-tbody > tr > td {
  padding: 2px 6px;
  font-size: 13px;
}

.compact-table .ant-table-tbody > tr {
  height: 28px;
}

.compact-table .ant-tag {
  margin: 0;
  line-height: 16px;
  font-size: 12px;
}

.compact-table .ant-btn {
  padding: 0 4px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}

.compact-table .small-text {
  font-size: 12px;
  line-height: 1.2;
}

.compact-table .ant-table-cell {
  line-height: 1.2;
}

/* 分页器样式 */
.compact-table .ant-pagination {
  margin: 12px 0;
  line-height: 1.2;
}

.compact-table .ant-pagination-item {
  height: 24px;
  line-height: 22px;
  min-width: 24px;
}

.compact-table .ant-select-selector {
  height: 24px !important;
}

.compact-table .ant-select-selection-item {
  line-height: 22px !important;
}

/* 卡片内容区域padding */
.list-card .ant-card-body {
  padding: 12px;
}

/* 固定列样式优化 */
.compact-table .ant-table-cell-fix-left,
.compact-table .ant-table-cell-fix-right {
  z-index: 1;
}

/* 表格内容区域最小高度 */
.compact-table .ant-table-body {
  min-height: 200px;
} 
