diff --git a/src/pages/atdTable/components/index.less b/src/pages/atdTable/components/index.less index 01aed87..928ff6c 100644 --- a/src/pages/atdTable/components/index.less +++ b/src/pages/atdTable/components/index.less @@ -117,6 +117,15 @@ } } + .ant-pagination-item-active { + background: var(--ant-primary-color); + border: none; + + & > a { + color: #FFF; + } + } + .ant-pagination-options { .ant-select { font-size: 12px;