File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 :loading =" loading"
3838 >
3939 <el-row :gutter =" 15" >
40- <el-col :xs =" 24" :sm =" 12" :md =" 8" :lg =" 6" :xl =" 4 " class =" mb-16" >
40+ <el-col :xs =" 24" :sm =" 12" :md =" 8" :lg =" 6" :xl =" 6 " class =" mb-16" >
4141 <CardAdd
4242 :title =" $t('views.application.applicationList.card.createApplication')"
4343 @click =" openCreateDialog"
4848 :sm =" 12"
4949 :md =" 8"
5050 :lg =" 6"
51- :xl =" 4 "
51+ :xl =" 6 "
5252 v-for =" (item, index) in applicationList"
5353 :key =" index"
5454 class =" mb-16"
Original file line number Diff line number Diff line change 3737 :loading =" loading"
3838 >
3939 <el-row :gutter =" 15" >
40- <el-col :xs =" 24" :sm =" 12" :md =" 8" :lg =" 6" :xl =" 4 " class =" mb-16" >
40+ <el-col :xs =" 24" :sm =" 12" :md =" 8" :lg =" 6" :xl =" 6 " class =" mb-16" >
4141 <CardAdd title =" 创建知识库" @click =" openCreateDialog" />
4242 </el-col >
4343 <template v-for =" (item , index ) in datasetList " :key =" index " >
44- <el-col :xs =" 24" :sm =" 12" :md =" 8" :lg =" 6" :xl =" 4 " class =" mb-16" >
44+ <el-col :xs =" 24" :sm =" 12" :md =" 8" :lg =" 6" :xl =" 6 " class =" mb-16" >
4545 <CardBox
4646 :title =" item.name"
4747 :description =" item.desc"
Original file line number Diff line number Diff line change 4141 :loading =" loading"
4242 >
4343 <el-row :gutter =" 15" >
44- <el-col :xs =" 24" :sm =" 12" :md =" 8" :lg =" 6" :xl =" 4 " class =" mb-16" >
44+ <el-col :xs =" 24" :sm =" 12" :md =" 8" :lg =" 6" :xl =" 6 " class =" mb-16" >
4545 <CardAdd title =" 创建函数" @click =" openCreateDialog()" />
4646 </el-col >
4747 <el-col
You can’t perform that action at this time.
0 commit comments