From 67371dff063b6de2b929b4f3b63f09a5de0acd8d Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:53:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=BB=91=E8=89=B2?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E9=83=A8=E5=88=86=E6=A0=B7=E5=BC=8F=20(#2780?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. --- frontend/src/views/host/file-management/index.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index 07dced10b..10620d25c 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -9,7 +9,8 @@ v-show="!searchableStatus" tabindex="0" @click="searchableStatus = true" - class="address-bar bg-white shadow-md rounded-md px-4 py-2 flex items-center flex-grow" + :class="globalStore.$state.themeConfig.theme === 'light' && 'bg-white'" + class="address-bar shadow-md rounded-md px-4 py-2 flex items-center flex-grow" >