From a19e223607da0684a9ae945cc1d789fe4ec07a78 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Thu, 23 Feb 2023 07:25:18 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E7=BB=84=E4=BB=B6=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/theme/red.scss | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 6c0273f..e59c8d6 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -229,4 +229,35 @@ body[data-theme='red'] { } } + .ant-pagination{ + .ant-pagination-item-link { + border-radius: 20px; + &:hover { + border-color: $linx-red-theme; + } + } + .ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{ + border-radius: 20px; + &:hover{ + border-color: $linx-red-theme; + } + a{ + &:hover{ + color: $linx-red-theme; + } + } + } + .ant-pagination-item-active{ + border-color: $linx-red-theme; + a{ + color: $linx-red-theme; + } + } + .ant-select-selection { + border-radius: 20px; + &:hover{ + border-color: $linx-red-theme; + } + } + } } -- Gitee