Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
style_tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
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
于广洋
style_tool
Commits
06d81700
Commit
06d81700
authored
May 18, 2020
by
刘安琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整分页样式
parent
53519ab5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
30 deletions
+21
-30
pagination.scss
node_module/element-theme-chalk/src/pagination.scss
+7
-10
index.css
theme/index.css
+7
-10
pagination.css
theme/pagination.css
+7
-10
No files found.
node_module/element-theme-chalk/src/pagination.scss
View file @
06d81700
...
...
@@ -7,7 +7,6 @@
white-space
:
nowrap
;
padding
:
2px
5px
;
color
:
$--pagination-font-color
;
font-weight
:
bold
;
@include
utils-clearfix
;
span
:not
([
class
*=
suffix
]),
...
...
@@ -18,9 +17,9 @@
// height: $--pagination-button-height;
// line-height: $--pagination-button-height;
font-size
:
14px
;
min-width
:
32
px
;
height
:
32
px
;
line-height
:
32
px
;
min-width
:
28
px
;
height
:
28
px
;
line-height
:
28
px
;
vertical-align
:
top
;
box-sizing
:
border-box
;
}
...
...
@@ -91,12 +90,10 @@
}
.btn-prev
{
padding-right
:
12px
;
margin-right
:
8px
;
}
.btn-next
{
padding-left
:
12px
;
.btn-next
{
margin-left
:
4px
;
margin-right
:
12px
;
}
...
...
@@ -273,9 +270,9 @@
padding
:
0
8px
;
font-size
:
14px
;
color
:
#333333
;
min-width
:
32
px
;
height
:
32
px
;
line-height
:
32
px
;
min-width
:
28
px
;
height
:
28
px
;
line-height
:
26
px
;
cursor
:
pointer
;
box-sizing
:
border-box
;
text-align
:
center
;
...
...
theme/index.css
View file @
06d81700
...
...
@@ -4459,8 +4459,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-pagination {
white-space: nowrap;
padding: 2px 5px;
color: #333333;
font-weight: bold; }
color: #333333; }
.el-pagination::before,
.el-pagination::after {
display: table;
...
...
@@ -4471,9 +4470,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-pagination button {
display: inline-block;
font-size: 14px;
min-width:
32
px;
height:
32
px;
line-height:
32
px;
min-width:
28
px;
height:
28
px;
line-height:
28
px;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
...
...
@@ -4521,10 +4520,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-size: 12px;
font-weight: bold; }
.el-pagination .btn-prev {
padding-right: 12px;
margin-right: 8px; }
.el-pagination .btn-next {
padding-left: 12px;
margin-left: 4px;
margin-right: 12px; }
.el-pagination .el-pager li.disabled {
...
...
@@ -4639,9 +4636,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding: 0 8px;
font-size: 14px;
color: #333333;
min-width:
32
px;
height:
32
px;
line-height:
32
px;
min-width:
28
px;
height:
28
px;
line-height:
26
px;
cursor: pointer;
-webkit-box-sizing: border-box;
box-sizing: border-box;
theme/pagination.css
View file @
06d81700
...
...
@@ -3200,8 +3200,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-pagination
{
white-space
:
nowrap
;
padding
:
2px
5px
;
color
:
#333333
;
font-weight
:
bold
;
}
color
:
#333333
;
}
.el-pagination
::before
,
.el-pagination
::after
{
display
:
table
;
...
...
@@ -3212,9 +3211,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-pagination
button
{
display
:
inline-block
;
font-size
:
14px
;
min-width
:
32
px
;
height
:
32
px
;
line-height
:
32
px
;
min-width
:
28
px
;
height
:
28
px
;
line-height
:
28
px
;
vertical-align
:
top
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
...
...
@@ -3262,10 +3261,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-size
:
12px
;
font-weight
:
bold
;
}
.el-pagination
.btn-prev
{
padding-right
:
12px
;
margin-right
:
8px
;
}
.el-pagination
.btn-next
{
padding-left
:
12px
;
margin-left
:
4px
;
margin-right
:
12px
;
}
.el-pagination
.el-pager
li
.disabled
{
...
...
@@ -3380,9 +3377,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
0
8px
;
font-size
:
14px
;
color
:
#333333
;
min-width
:
32
px
;
height
:
32
px
;
line-height
:
32
px
;
min-width
:
28
px
;
height
:
28
px
;
line-height
:
26
px
;
cursor
:
pointer
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
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