From 500fdb920a32cf96e87c6999b7bd0d36b93f81b4 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Fri, 13 Aug 2021 17:08:03 +0800 Subject: [PATCH] feat: There is no way the --- src/pages/searchCenter/pages/standardSearch.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue index ee9ce00ec..cc2b2a429 100644 --- a/src/pages/searchCenter/pages/standardSearch.vue +++ b/src/pages/searchCenter/pages/standardSearch.vue @@ -2533,6 +2533,11 @@ /deep/.highlight-class { color: red !important; } + /deep/.pagination{ + position: static !important; + border-bottom-right-radius: 20px; + border-bottom-left-radius: 20px; + } .standard-search { padding: 6px 26px; @borderColor: #BFBFBF; @@ -2849,11 +2854,6 @@ } } } - .pagination{ - position: static; - border-bottom-right-radius: 20px; - border-bottom-left-radius: 20px; - } } } .content-right{