From 769ae00303a3ef5aeab88840cd32777e2922bf4c Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Fri, 29 Jul 2022 10:34:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A8=E6=A0=BC=E7=BF=BB=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/index.scss | 35 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 8dc0a4483b..1c9ef598e9 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -934,11 +934,11 @@ div:focus { .pagination-cont { text-align: right; margin-top: 10px; - ::v-deep .el-pager li { - background-color: #fff; - border: 1px solid #bbbfc4; - border-radius: 4px; - color: #1f2329; + .el-pager li { + background-color: #fff !important; + border: 1px solid #bbbfc4 !important; + border-radius: 4px !important; + color: #1f2329 !important; box-sizing: border-box; line-height: 26px; font-family: SF Pro Text; @@ -946,33 +946,32 @@ div:focus { font-weight: 400; } - ::v-deep .btn-prev, - ::v-deep .btn-next { - background: #fff; - background-color: #fff; - border: 1px solid #bbbfc4; - border-radius: 4px; - color: #bbbfc4; + .btn-prev, + .btn-next { + background-color: #fff !important; + border: 1px solid #bbbfc4 !important; + border-radius: 4px !important; + color: #bbbfc4 !important; } - ::v-deep .el-pagination__total { + .el-pagination__total { font-family: "PingFang SC"; font-style: normal; font-weight: 400; font-size: 14px; line-height: 22px; - color: #1f2329; + color: #1f2329 !important; line-height: 28px; } - ::v-deep .number.active, - ::v-deep .el-input__inner:hover { - border-color: #3370ff; + .number.active, + .el-input__inner:hover { + border-color: #3370ff !important; color: #3370ff !important; background-color: #fff !important; } - ::v-deep .el-icon-more { + .el-icon-more { border: none !important; } } \ No newline at end of file