From 9ae38e01e47a49b8a9d28467ee28b7274fd1139e Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Tue, 31 Oct 2017 18:06:44 +0800 Subject: [PATCH] Pagination: fix jumper height in specified sizes --- packages/theme-chalk/src/pagination.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme-chalk/src/pagination.scss b/packages/theme-chalk/src/pagination.scss index b91225f12..4d3297adf 100644 --- a/packages/theme-chalk/src/pagination.scss +++ b/packages/theme-chalk/src/pagination.scss @@ -155,7 +155,7 @@ width: 50px; } - .el-input__inner { + &.el-input .el-input__inner { height: $--pagination-button-height; }