RuoYi
2025-03-01 ca5ae82f9e7ce67b374d7649e7bd27dd219ed25b
pagination更换成flex布局
已修改3个文件
20 ■■■■ 文件已修改
src/assets/styles/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/styles/ruoyi.scss 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Pagination/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/styles/index.scss
@@ -131,10 +131,6 @@
  position: relative;
}
.pagination-container {
  margin-top: 30px;
}
.text-center {
  text-align: center
}
src/assets/styles/ruoyi.scss
@@ -102,19 +102,10 @@
/** 表格布局 **/
.pagination-container {
  position: relative;
  height: 25px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 10px 20px !important;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  background-color: transparent !important;
}
/* 分页器定位 */
.pagination-container .el-pagination {
  position: absolute;
  right: 0;
  top: 0;
}
/* 弹窗中的分页器 */
src/components/Pagination/index.vue
@@ -97,7 +97,6 @@
<style scoped>
.pagination-container {
  background: #fff;
  padding: 32px 16px;
}
.pagination-container.hidden {
  display: none;