File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed
ruoyi-fastapi-frontend/src Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,6 @@ aside {
129129 position : relative ;
130130}
131131
132- .pagination-container {
133- margin-top : 30px ;
134- }
135-
136132.text-center {
137133 text-align : center
138134}
Original file line number Diff line number Diff line change 117117
118118/* * 表格布局 **/
119119.pagination-container {
120- position : relative ;
121- height : 32px ;
122- margin-bottom : 10px ;
123- margin-top : 15px ;
124- padding : 10px 20px !important ;
120+ display : flex ;
121+ justify-content : flex-end ;
122+ margin-top : 20px ;
125123}
126124
127125/* tree border */
132130 border-radius : 4px ;
133131}
134132
135- .pagination-container .el-pagination {
136- right : 0 ;
137- position : absolute ;
138- }
139-
140133@media (max-width : 768px ) {
141134 .pagination-container .el-pagination > .el-pagination__jump {
142135 display : none !important ;
Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ export default {
106106<style scoped>
107107.pagination-container {
108108 background : #fff ;
109- padding : 32px 16px ;
110109}
111110.pagination-container.hidden {
112111 display : none ;
You can’t perform that action at this time.
0 commit comments