Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
ba240107
Commit
ba240107
authored
Mar 01, 2025
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pagination更换成flex布局
parent
bd257f85
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
15 deletions
+3
-15
index.scss
ruoyi-ui/src/assets/styles/index.scss
+0
-4
ruoyi.scss
ruoyi-ui/src/assets/styles/ruoyi.scss
+3
-10
index.vue
ruoyi-ui/src/components/Pagination/index.vue
+0
-1
No files found.
ruoyi-ui/src/assets/styles/index.scss
View file @
ba240107
...
@@ -129,10 +129,6 @@ aside {
...
@@ -129,10 +129,6 @@ aside {
position
:
relative
;
position
:
relative
;
}
}
.pagination-container
{
margin-top
:
30px
;
}
.text-center
{
.text-center
{
text-align
:
center
text-align
:
center
}
}
...
...
ruoyi-ui/src/assets/styles/ruoyi.scss
View file @
ba240107
...
@@ -117,11 +117,9 @@
...
@@ -117,11 +117,9 @@
/** 表格布局 **/
/** 表格布局 **/
.pagination-container
{
.pagination-container
{
position
:
relative
;
display
:
flex
;
height
:
32px
;
justify-content
:
flex-end
;
margin-bottom
:
10px
;
margin-top
:
20px
;
margin-top
:
15px
;
padding
:
10px
20px
!
important
;
}
}
/* tree border */
/* tree border */
...
@@ -132,11 +130,6 @@
...
@@ -132,11 +130,6 @@
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.pagination-container
.el-pagination
{
right
:
0
;
position
:
absolute
;
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.pagination-container
.el-pagination
>
.el-pagination__jump
{
.pagination-container
.el-pagination
>
.el-pagination__jump
{
display
:
none
!
important
;
display
:
none
!
important
;
...
...
ruoyi-ui/src/components/Pagination/index.vue
View file @
ba240107
...
@@ -106,7 +106,6 @@ export default {
...
@@ -106,7 +106,6 @@ export default {
<
style
scoped
>
<
style
scoped
>
.pagination-container
{
.pagination-container
{
background
:
#fff
;
background
:
#fff
;
padding
:
32px
16px
;
}
}
.pagination-container.hidden
{
.pagination-container.hidden
{
display
:
none
;
display
:
none
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment