mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
fix: template center style
This commit is contained in:
parent
fb138dbde6
commit
d9a655190b
|
|
@ -75,7 +75,7 @@
|
||||||
{{ t('views.tool.toolStore.searchResult', { count: filterList.length }) }}
|
{{ t('views.tool.toolStore.searchResult', { count: filterList.length }) }}
|
||||||
</h4> -->
|
</h4> -->
|
||||||
<el-row :gutter="16" v-if="filterList.length">
|
<el-row :gutter="16" v-if="filterList.length">
|
||||||
<el-col v-for="tool in filterList" :key="tool.id" :span="12" class="mb-16">
|
<el-col v-for="tool in filterList" :key="tool.id" :span="8" class="mb-16">
|
||||||
<TemplateCard
|
<TemplateCard
|
||||||
:tool="tool"
|
:tool="tool"
|
||||||
:addLoading="addLoading"
|
:addLoading="addLoading"
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
{{ t('views.tool.toolStore.searchResult', { count: filterList.length }) }}
|
{{ t('views.tool.toolStore.searchResult', { count: filterList.length }) }}
|
||||||
</h4>
|
</h4>
|
||||||
<el-row :gutter="16" v-if="filterList.length">
|
<el-row :gutter="16" v-if="filterList.length">
|
||||||
<el-col v-for="tool in filterList" :key="tool.id" :span="12" class="mb-16">
|
<el-col v-for="tool in filterList" :key="tool.id" :span="8" class="mb-16">
|
||||||
<ToolCard
|
<ToolCard
|
||||||
:tool="tool"
|
:tool="tool"
|
||||||
:addLoading="addLoading"
|
:addLoading="addLoading"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue