@@ -3,7 +3,6 @@ import { Refresh, Search } from '@element-plus/icons-vue'
import { ElButton, ElCol, ElForm, ElFormItem, ElInput, ElOption, ElRow, ElSelect } from 'element-plus'
import { ref } from 'vue'
type TSearchParams = {
- name: string,
nameOrTags: string,
}
interface Props {
@@ -146,7 +146,7 @@ onMounted(async () => {
<template>
<div class="absolute-container">
- <div class="p-4 pb-0 bg-white">
+ <div class="p-4 pb-0 bg-white dark-bg-black/50">
<SearchForm v-model="searchParams" :loading="loading" @search="handleSearch" @reset="handleReset" />
</div>
@@ -181,7 +181,7 @@ onMounted(async () => {
<SearchForm v-model="searchParams" @search="handleSearch" @reset="handleReset"></SearchForm>
<FaPageMain class="flex-1 overflow-auto" main-class="flex-1 flex flex-col overflow-auto">