From 43043b555a07b23c8496fc8de78302e1a0318819 Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Thu, 30 Mar 2023 11:20:11 +0800 Subject: [PATCH] =?UTF-8?q?a1300399510@qq.com=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=8E=202023/03/30=20-11:20:02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/search/searchResult/SearchResult.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/views/search/searchResult/SearchResult.vue b/src/views/search/searchResult/SearchResult.vue index adcfc2d..361bad4 100755 --- a/src/views/search/searchResult/SearchResult.vue +++ b/src/views/search/searchResult/SearchResult.vue @@ -59,8 +59,8 @@ -
- +
+
@@ -237,7 +237,14 @@ export default { } .paging { - width: 483px; + // width: 6.44rem; + margin-top: .48rem; + + ::v-deep { + .el-pagination.is-background .el-pager li:not(.disabled).active { + background: red; + } + } }