This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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/new title css
tags/v1.21.12.1
palytoxin
5 years ago
parent
cf0b5123e2
commit
6eed063843
3 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.bra.toml
+1
-3
web_src/less/_form.less
+0
-1
web_src/less/index.less
+ 1
- 0
.bra.toml
View File
@@ -13,6 +13,7 @@ watch_dirs = [
"$WORKDIR/options",
"$WORKDIR/public",
"$WORKDIR/custom",
"$WORKDIR/web_src",
] # Directories to watch
watch_exts = [".go", ".ini", ".less"] # Extensions to watch
env_files = [] # Load env vars from files
+ 1
- 3
web_src/less/_form.less
View File
@@ -30,7 +30,7 @@
}
@media only screen and (min-width: 768px) {
//
width: 800px !important;
width: 800px !important;
.header {
padding-left: @create-page-form-input-padding+30px;
@@ -153,9 +153,7 @@
}
}
.dataset,
.repository {
&.new,
&.new.repo,
&.new.migrate,
&.new.fork {
+ 0
- 1
web_src/less/index.less
View File
@@ -17,5 +17,4 @@
@import "_admin";
@import "_explore";
@import "_review";
@import "_dataset";
@import "openi";
Write
Preview
Loading…
Cancel
Save