File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,6 @@ export default defineAppConfig({
8484 color : '#fafafa' , // theme.colors.zinc[50]
8585 textColor : '#3f3f46' , // theme.colors.zinc[700]
8686 } ,
87- Pagination : {
88- itemColorActiveHover : '#2563eb' , // theme.colors.blue[600]
89- itemColorActive : '#2563eb' , // theme.colors.blue[600]
90- itemTextColorActive : '#fff' , // theme.colors.white
91- } ,
9287 Divider : {
9388 color : '#e4e4e7' , // theme.colors.zinc[200]
9489 } ,
@@ -141,11 +136,6 @@ export default defineAppConfig({
141136 List : {
142137 color : '#18181b' , // theme.colors.zinc[900]
143138 } ,
144- Pagination : {
145- itemColorActiveHover : '#60a5fa' , // theme.colors.blue[400]
146- itemColorActive : '#60a5fa' , // theme.colors.blue[400]
147- itemTextColorActive : '#18181b' , // theme.colors.zinc[900]
148- } ,
149139 Layout : {
150140 siderColor : '#18181b' , // theme.colors.zinc[900]
151141 headerColor : '#18181b' , // theme.colors.zinc[900]
Original file line number Diff line number Diff line change 2828 >
2929 <n-pagination
3030 v-model:page =" page"
31+ simple
3132 :page-count =" pageCount"
3233 class =" my-1"
3334 />
Original file line number Diff line number Diff line change 5757 >
5858 <n-pagination
5959 v-model:page =" page"
60+ simple
6061 :page-count =" pageCount"
6162 class =" my-1"
6263 />
You can’t perform that action at this time.
0 commit comments