From 6db6419c12f7d930c3f86f1b40f233e32b7aa2ed Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:05:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20input=20border=E8=89=B2=E5=80=BC?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=9B=BF=E6=8D=A2=E4=B8=BAcss=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/user/index.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/system/user/index.vue b/frontend/src/views/system/user/index.vue index 2d534cfe58..8b8c47ef42 100644 --- a/frontend/src/views/system/user/index.vue +++ b/frontend/src/views/system/user/index.vue @@ -719,8 +719,8 @@ export default { } .normal { - color: #1f2329; - border: 1px solid #bbbfc4; + color: var(----deTextPrimary, #1F2329); + border: 1px solid var(--deBorderBase, #BBBFC4); margin-left: 12px; } @@ -755,9 +755,6 @@ export default { .name-email-search { width: 240px; - ::v-deep input { - border-color: #bbbfc4; - } } .active-btn { From 7b1be5836d59ce0381798f156581a57d9a33d661 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:05:05 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20input=20border=E8=89=B2=E5=80=BC?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=9B=BF=E6=8D=A2=E4=B8=BAcss=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/user/index.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/system/user/index.vue b/frontend/src/views/system/user/index.vue index 2d534cfe58..8b8c47ef42 100644 --- a/frontend/src/views/system/user/index.vue +++ b/frontend/src/views/system/user/index.vue @@ -719,8 +719,8 @@ export default { } .normal { - color: #1f2329; - border: 1px solid #bbbfc4; + color: var(----deTextPrimary, #1F2329); + border: 1px solid var(--deBorderBase, #BBBFC4); margin-left: 12px; } @@ -755,9 +755,6 @@ export default { .name-email-search { width: 240px; - ::v-deep input { - border-color: #bbbfc4; - } } .active-btn {