File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7575 {{ t('views.tool.toolStore.searchResult', { count: filterList.length }) }}
7676 </h4> -->
7777 <el-row :gutter =" 16" v-if =" filterList.length" >
78- <el-col v-for =" tool in filterList" :key =" tool.id" :span =" 12 " class =" mb-16" >
78+ <el-col v-for =" tool in filterList" :key =" tool.id" :span =" 8 " class =" mb-16" >
7979 <TemplateCard
8080 :tool =" tool"
8181 :addLoading =" addLoading"
Original file line number Diff line number Diff line change 7575 {{ t('views.tool.toolStore.searchResult', { count: filterList.length }) }}
7676 </h4 >
7777 <el-row :gutter =" 16" v-if =" filterList.length" >
78- <el-col v-for =" tool in filterList" :key =" tool.id" :span =" 12 " class =" mb-16" >
78+ <el-col v-for =" tool in filterList" :key =" tool.id" :span =" 8 " class =" mb-16" >
7979 <ToolCard
8080 :tool =" tool"
8181 :addLoading =" addLoading"
You can’t perform that action at this time.
0 commit comments