Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
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
张伯涛
NLT-e-cigarette
Commits
d812f57e
Commit
d812f57e
authored
May 29, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公共分页样式
parent
10cdac96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
index.vue
src/components/Pagination/index.vue
+11
-4
No files found.
src/components/Pagination/index.vue
View file @
d812f57e
...
@@ -96,11 +96,18 @@ export default {
...
@@ -96,11 +96,18 @@ export default {
padding
:
15px
;
padding
:
15px
;
text-align
:
right
;
text-align
:
right
;
}
}
.el-pager
li
.active
{
border
:
1px
solid
#D31B20
;
}
.pagination-container.hidden
{
.pagination-container.hidden
{
display
:
none
;
display
:
none
;
}
}
</
style
>
</
style
>
<
style
lang=
"scss"
>
.pagination-container
{
.el-pager
li
{
&
.active
{
color
:
#D31B20
!
important
;
border
:
1px
solid
#D31B20
!
important
;
background-color
:
#FFFFFF
!
important
;
}
}
}
</
style
>
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