优化已知问题

This commit is contained in:
2025-03-15 16:37:11 +08:00
parent abb9a4dbe7
commit 287ceacaf3
19 changed files with 279 additions and 123 deletions

View File

@@ -39,6 +39,12 @@
<SearchBar :where="where" id="search" />
<!-- 应用列表 -->
<el-tabs>
<el-tab-pane label="全部" name="all">
<el-button :icon="View" class="hidden-sm-and-up" @click="showSearch = true"></el-button>
</el-tab-pane>
</el-tabs>
<el-row :gutter="24" id="container" class="clearfix">
<el-col v-for="(item,index) in list" :key="index" :xs="24" :sm="8" class="left mb-8">
<el-card shadow="hover" :body-style="{ padding: '0px' }" class="cursor-pointer" @mouseover="showDomain(item)"