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
Merge pull request '修复任务#291、#329、#357' (
#446
) from web into V20210927
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/446
Reviewed-by: lewis <747342561@qq.com>
tags/v1.21.12.1
lewis
4 years ago
parent
927497819d
c46aeb9027
commit
8317516fc0
3 changed files
with
7 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/create.tmpl
+4
-2
web_src/less/_organization.less
+2
-0
web_src/less/_repository.less
+ 1
- 1
templates/repo/create.tmpl
View File
@@ -1,5 +1,5 @@
{{template "base/head" .}}
<div class="repository new repo">
<div class="repository new repo"
style="margin-top: 40px;"
>
<div class="ui middle very relaxed page grid">
<div class="column">
<form class="ui form" action="{{.Link}}" method="post">
+ 4
- 2
web_src/less/_organization.less
View File
@@ -79,9 +79,11 @@
&.profile {
.members {
.ui.avatar {
width: 4
8
px;
height: 4
8
px;
width: 4
4
px;
height: 4
4
px;
margin-right: 5px;
margin-bottom: 5px;
border-radius: 22px;
}
}
}
+ 2
- 0
web_src/less/_repository.less
View File
@@ -2764,6 +2764,8 @@ tbody.commit-list {
.text {
width: 100%;
overflow: hidden;
height: 36px;
line-height: 36px;
}
}
Write
Preview
Loading…
Cancel
Save