This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix issue
pull/2831/head
zhoupzh
2 years ago
parent
8946d75efb
commit
34e3c72c74
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_src/js/components/dataset/referenceDataset.vue
+1
-1
web_src/js/components/dataset/selectDataset.vue
+ 1
- 1
web_src/js/components/dataset/referenceDataset.vue
View File
@@ -248,7 +248,7 @@
>
<el-tabs v-model="activeName">
<el-tab-pane :label="i18n.public_dataset" name="first">
<el-row v-loading="loadingPublicPage">
<el-row v-loading="loadingPublicPage"
style="min-height: 50px"
>
<el-checkbox-group
v-model="checkList"
style="font-size: 14px; line-height: 1"
+ 1
- 1
web_src/js/components/dataset/selectDataset.vue
View File
@@ -546,7 +546,7 @@
>
{{ i18n.dataset_selected }}
</div>
<div style="flex: 1; margin
-top
: 1.5rem">
<div style="flex: 1; margin: 1.5rem
0; overflow-y: auto
">
<el-checkbox-group v-model="checkList">
<el-checkbox
v-for="(item, index) in selectDatasetArray"
Write
Preview
Loading…
Cancel
Save