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
关闭x 垂直居中显示
tags/v1.22.1.1^2
wangjr
3 years ago
parent
4bdae96f4f
commit
71976ad855
4 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/base/head.tmpl
+1
-1
templates/base/head_fluid.tmpl
+1
-1
templates/base/head_home.tmpl
+3
-0
web_src/less/openi.less
+ 1
- 1
templates/base/head.tmpl
View File
@@ -206,7 +206,7 @@ var _hmt = _hmt || [];
{{.notice.Title}}
</marquee>
</a>
<i class="
icon icon-octicon x_icon" onclick="closeNoice()">{{svg "octicon-x" 16}}
</i>
<i class="
ri-close-fill x_icon" onclick="closeNoice()">
</i>
</div>
{{end}}
{{/*
+ 1
- 1
templates/base/head_fluid.tmpl
View File
@@ -207,7 +207,7 @@ var _hmt = _hmt || [];
{{.notice.Title}}
</marquee>
</a>
<i class="
icon icon-octicon x_icon" onclick="closeNoice()">{{svg "octicon-x" 16}}
</i>
<i class="
ri-close-fill x_icon" onclick="closeNoice()">
</i>
</div>
{{end}}
{{/*
+ 1
- 1
templates/base/head_home.tmpl
View File
@@ -211,7 +211,7 @@ var _hmt = _hmt || [];
{{.notice.Title}}
</marquee>
</a>
<i class="
icon icon-octicon x_icon" onclick="closeNoice()">{{svg "octicon-x" 16}}
</i>
<i class="
ri-close-fill x_icon" onclick="closeNoice()">
</i>
</div>
{{end}}
{{/*
+ 3
- 0
web_src/less/openi.less
View File
@@ -599,6 +599,9 @@ display: block;
.x_icon{
float: right!important;
margin-right: 15px !important;
color: rgb(0,0,0) !important;
font-size: 20px !important;
font-weight: bold !important;
}
.a_width{
width: 50% !important;
Write
Preview
Loading…
Cancel
Save