优化已知问题
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user