n20-common-lib 3.0.75 → 3.0.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/assets/css/pagination.scss +13 -72
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.n20-pagination-1 {
|
|
2
2
|
display: inline-block;
|
|
3
|
-
|
|
3
|
+
padding-right: 5px;
|
|
4
4
|
|
|
5
5
|
> * {
|
|
6
6
|
vertical-align: middle;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
.btn-next {
|
|
15
15
|
padding-left: 6px;
|
|
16
16
|
padding-right: 6px;
|
|
17
|
-
|
|
17
|
+
border: 1px solid $--border-color-base;
|
|
18
18
|
|
|
19
19
|
&:not([disabled]):hover {
|
|
20
20
|
border-color: $--color-primary;
|
|
@@ -25,88 +25,27 @@
|
|
|
25
25
|
margin-left: 6px;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.el-pagination span:not([class*='suffix']) {
|
|
29
|
-
color: $--color-text-primary;
|
|
30
|
-
font-size: 14px;
|
|
31
|
-
min-width: 24px;
|
|
32
|
-
height: 24px;
|
|
33
|
-
line-height: 24px;
|
|
34
|
-
font-style: normal;
|
|
35
|
-
font-weight: 400;
|
|
36
|
-
line-height: 22px; /* 157.143% */
|
|
37
|
-
vertical-align: middle;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.el-pagination .el-select .el-input {
|
|
41
|
-
margin: 0;
|
|
42
|
-
}
|
|
43
28
|
.el-pagination {
|
|
44
|
-
padding:
|
|
45
|
-
button {
|
|
46
|
-
min-width: 32px;
|
|
47
|
-
height: 32px;
|
|
48
|
-
}
|
|
49
|
-
.el-pager {
|
|
50
|
-
padding: 4px 0;
|
|
51
|
-
}
|
|
52
|
-
.el-pager .more::before {
|
|
53
|
-
line-height: 24px;
|
|
54
|
-
}
|
|
55
|
-
.el-pager li {
|
|
56
|
-
min-width: 24px;
|
|
57
|
-
height: 24px;
|
|
58
|
-
font-family: 'Open Sans';
|
|
59
|
-
font-size: 14px;
|
|
60
|
-
font-style: normal;
|
|
61
|
-
font-weight: 600;
|
|
62
|
-
line-height: 22px; /* 157.143% */
|
|
63
|
-
}
|
|
64
|
-
.el-pagination__sizes {
|
|
65
|
-
height: 32px !important;
|
|
66
|
-
margin: 0;
|
|
67
|
-
.el-input--mini .el-input__inner {
|
|
68
|
-
height: 32px;
|
|
69
|
-
line-height: 32px;
|
|
70
|
-
border-radius: 4px;
|
|
71
|
-
border: 1px solid var(--border-2, #e5e6eb);
|
|
72
|
-
background: var(--bg-2, #fff);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
.el-pagination__jump {
|
|
76
|
-
height: 32px !important;
|
|
77
|
-
margin-left: 8px;
|
|
78
|
-
.el-input--small .el-input__inner {
|
|
79
|
-
height: 32px;
|
|
80
|
-
line-height: 32px;
|
|
81
|
-
border-radius: 4px;
|
|
82
|
-
border: 1px solid var(--border-2, #e5e6eb);
|
|
83
|
-
background: var(--bg-2, #fff);
|
|
84
|
-
}
|
|
85
|
-
}
|
|
29
|
+
padding: 1px 5px;
|
|
86
30
|
}
|
|
87
31
|
}
|
|
88
32
|
|
|
89
33
|
.n20-pagination-jumper-1 {
|
|
90
|
-
width:
|
|
34
|
+
width: 36px;
|
|
91
35
|
text-align: center;
|
|
92
|
-
margin-left:
|
|
36
|
+
margin-left: 6px;
|
|
37
|
+
margin-right: 6px;
|
|
93
38
|
|
|
94
39
|
&.is-without-controls {
|
|
95
40
|
.el-input__inner {
|
|
96
|
-
height:
|
|
41
|
+
height: 26px;
|
|
97
42
|
text-align: center;
|
|
98
|
-
line-height:
|
|
99
|
-
|
|
43
|
+
line-height: 26px;
|
|
44
|
+
padding-left: 4px;
|
|
45
|
+
padding-right: 4px;
|
|
46
|
+
border-radius: 2px;
|
|
100
47
|
}
|
|
101
48
|
}
|
|
102
|
-
.el-input--mini .el-input__inner {
|
|
103
|
-
height: 32px;
|
|
104
|
-
line-height: 32px;
|
|
105
|
-
border-radius: 4px;
|
|
106
|
-
border: 1px solid var(--border-2, #e5e6eb);
|
|
107
|
-
background: var(--bg-2, #fff);
|
|
108
|
-
padding: 0 4px;
|
|
109
|
-
}
|
|
110
49
|
}
|
|
111
50
|
|
|
112
51
|
.n20-pagination-sizes-1 {
|
|
@@ -129,6 +68,8 @@
|
|
|
129
68
|
.el-input__inner {
|
|
130
69
|
height: 26px;
|
|
131
70
|
line-height: 26px;
|
|
71
|
+
padding-left: 4px;
|
|
72
|
+
padding-right: 4px;
|
|
132
73
|
border-radius: 2px;
|
|
133
74
|
}
|
|
134
75
|
}
|