style: 为分页组件的链接添加边框圆角

This commit is contained in:
rd
2025-09-26 10:28:05 +08:00
parent 2b18683c78
commit 434f9ddbb3

View File

@ -32,6 +32,7 @@
border: 1px solid $border-color; border: 1px solid $border-color;
margin-right: 12px; margin-right: 12px;
.ant-pagination-item-link { .ant-pagination-item-link {
border-radius: $border-radius;
color: #737478; color: #737478;
} }
} }