From e0a382ca46e126aa28fca4a9480c266433b5786a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 14 Jun 2024 16:36:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Pagination/index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index eebdd58..1f44d55 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -112,8 +112,4 @@ export default { .pagination-container.hidden { display: none; } - -::v-deep .el-pager { - width: 360px !important; -}