@@ -96,15 +96,15 @@ export default defineComponent({
96
96
<ul class = " inline-flex m-0 p-0 list-none w-fit" >
97
97
<li
98
98
class = { [
99
- ' py-0 px-0 cursor-pointer box-border h-8 text-color-brand bg-color-bg-1 select-none flex items-center justify-center relative rounded' ,
100
- prevText ? ' w-fit' : ' w-8 '
99
+ ' py-0 px-0 cursor-pointer box-border h-7 text-color-brand bg-color-bg-1 select-none flex items-center justify-center relative rounded' ,
100
+ prevText ? ' w-fit' : ' w-7 '
101
101
]} >
102
102
<button
103
103
type = " button"
104
104
class = { [
105
- ' h-8 p-0 border border-solid rounded flex items-center justify-center group' ,
105
+ ' h-7 p-0 border border-solid rounded flex items-center justify-center group' ,
106
106
' cursor-pointer border-color-border bg-color-bg-1 sm:bg-transparent sm:border-0' ,
107
- prevText ? ' w-fit' : ' w-8 ' ,
107
+ prevText ? ' w-fit' : ' w-7 ' ,
108
108
{
109
109
' disabled:cursor-not-allowed disabled:border-color-border disabled:bg-color-bg-3 disabled:sm:bg-transparent' :
110
110
prevDisabled ,
@@ -117,7 +117,7 @@ export default defineComponent({
117
117
{ prevText ? (
118
118
<span
119
119
class = { [
120
- ' inline-block w-fit mx-1 text-color-text-placeholder sm:text-color-primary' ,
120
+ ' inline-block w-fit mx-1 text-color-text-placeholder sm:text-color-primary text-xs ' ,
121
121
{
122
122
' disabled:text-color-text-primary sm:text-color-border' : prevDisabled ,
123
123
' group-hover:text-color-link sm:group-hover:text-color-icon-hover sm:group-active:text-color-active' :
@@ -140,22 +140,22 @@ export default defineComponent({
140
140
)}
141
141
</button >
142
142
</li >
143
- <li class = " h-8 text-color-text-primary flex items-center justify-center rounded !mx-4" >
144
- <span class = " inline-block my-0 mx-0" >
143
+ <li class = " h-7 text-color-text-primary flex items-center justify-center rounded !mx-4" >
144
+ <span class = " inline-block my-0 mx-0 leading-5 text-xs " >
145
145
{ this .internalCurrentPage } /{ this .internalPageCount }
146
146
</span >
147
147
</li >
148
148
<li
149
149
class = { [
150
- ' py-0 px-0 cursor-pointer box-border h-8 text-color-brand bg-color-bg-1 select-none flex items-center justify-center relative rounded' ,
151
- nextText ? ' w-fit' : ' w-8 '
150
+ ' py-0 px-0 cursor-pointer box-border h-7 text-color-brand bg-color-bg-1 select-none flex items-center justify-center relative rounded' ,
151
+ nextText ? ' w-fit' : ' w-7 '
152
152
]} >
153
153
<button
154
154
type = " button"
155
155
class = { [
156
- ' h-8 p-0 border border-solid rounded flex items-center justify-center group' ,
156
+ ' h-7 p-0 border border-solid rounded flex items-center justify-center group' ,
157
157
' cursor-pointer border-color-border bg-color-bg-1 sm:bg-transparent sm:border-0' ,
158
- nextText ? ' w-fit' : ' w-8 ' ,
158
+ nextText ? ' w-fit' : ' w-7 ' ,
159
159
{
160
160
' disabled:cursor-not-allowed disabled:border-color-border disabled:bg-color-bg-3 disabled:sm:bg-transparent' :
161
161
nextDisabled ,
@@ -169,7 +169,7 @@ export default defineComponent({
169
169
{ nextText ? (
170
170
<span
171
171
class = { [
172
- ' inline-block w-fit mx-1 text-color-text-placeholder sm:text-color-primary' ,
172
+ ' inline-block w-fit mx-1 text-color-text-placeholder sm:text-color-primary text-xs ' ,
173
173
{
174
174
' disabled:text-color-text-primary disabled:sm:text-color-border' : nextDisabled ,
175
175
' group-hover:fill-color-brand sm:group-hover:fill-color-icon-hover sm:group-active:fill-color-icon-active' :
0 commit comments