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{