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
f4ce47dd
Commit
f4ce47dd
authored
Jun 10, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
c5daf6fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
index.vue
src/components/Pagination/index.vue
+4
-0
header.vue
src/layout/components/header.vue
+2
-2
element-ui.scss
src/styles/element-ui.scss
+3
-2
No files found.
src/components/Pagination/index.vue
View file @
f4ce47dd
...
...
@@ -103,6 +103,10 @@ export default {
<
style
lang=
"scss"
>
.pagination-container
{
.el-pager
li
{
font-weight
:
initial
!
important
;
&
:hover
{
color
:
#D31B20
!
important
;
}
&
.active
{
color
:
#D31B20
!
important
;
border
:
1px
solid
#D31B20
!
important
;
...
...
src/layout/components/header.vue
View file @
f4ce47dd
...
...
@@ -219,8 +219,8 @@ export default {
color
:
white
;
cursor
:
pointer
;
position
:
absolute
;
right
:
-
2
0px
;
top
:
25
px
;
right
:
-
1
0px
;
top
:
17
px
;
font-size
:
12px
;
}
}
...
...
src/styles/element-ui.scss
View file @
f4ce47dd
...
...
@@ -320,8 +320,9 @@ body .el-table th.gutter{
.el-table
tr
td
:last-child
{
border-right
:
0
!
important
;
}
.el-table
tr
:hover
>
td
{
background-color
:
#f3f3f3
!
important
}
// 折叠面板 样式修改
.el-collapse
{
.el-collapse-item__header
{
...
...
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