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" >