From 98a682ab82d088b78d25601bbd7bb8b8ac8c10e2 Mon Sep 17 00:00:00 2001 From: hunlongyu Date: Mon, 20 Jan 2020 15:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=8A=BD=E5=B1=89?= =?UTF-8?q?=E7=9A=84=20=E6=9A=97=E9=BB=91=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- src/assets/theme/dark.scss | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.env b/.env index e37cc6a..6211d79 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -GH_TOKEN=6cf0ffff6219a7dd4746618c5594f124b1a42e63 \ No newline at end of file +GH_TOKEN=f2ee53736fd2262eb87a53f5f1f425ee44cea7ed \ No newline at end of file diff --git a/src/assets/theme/dark.scss b/src/assets/theme/dark.scss index ce9e607..b4b2fe6 100644 --- a/src/assets/theme/dark.scss +++ b/src/assets/theme/dark.scss @@ -34,10 +34,9 @@ } .el-select-dropdown{ color: var(--d-c); - background-color: var(--d-bgc) !important; - border-color: var(--d-bdc) !important; } .el-drawer{ + background-color: var(--d-bgc) !important; overflow: auto; &::-webkit-scrollbar{ width: 0px;