Files
lingji-work-fe/src/styles/components/ant-pagination.scss
rd 0941c7ec0e refactor(styles): 移除旧组件样式并引入新的分页样式
- 删除了多个已弃用的组件样式文件,包括按钮、复选框、日期选择器等- 移除了旧的样式导入路径,统一使用新的 Ant Design 组件样式
- 新增了 ant-pagination.scss 文件用于分页组件样式定义
- 更新了样式入口文件 index.scss,确保正确引入新样式- 清理了冗余的样式代码,优化了整体样式结构
2025-09-24 17:01:44 +08:00

8 lines
128 B
SCSS

.pagination-row {
display: flex;
width: 100%;
padding: 12px 24px 0;
justify-content: flex-end;
align-items: center;
}