This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
tags/v1.21.12.1
zhoupzh
4 years ago
parent
518368f90b
commit
87750b91fc
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/EditAboutInfo.vue
+1
-1
web_src/less/openi.less
+ 1
- 1
web_src/js/components/EditAboutInfo.vue
View File
@@ -70,7 +70,7 @@ export default {
this.info.desc = el;
},
getWeb() {
const el = $('a.link').text();
const el = $('a.link
.edit-link
').text();
this.info.index_web = el;
},
getRepoName() {
+ 1
- 1
web_src/less/openi.less
View File
@@ -256,7 +256,7 @@ display: block;
display: none;
position: absolute;
background-color: #ffffff;
min-width: 1
6
0px;
min-width: 1
8
0px;
z-index: 999;
border: 1px solid transparent;
border-color: #d4d4d5;
Write
Preview
Loading…
Cancel
Save