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
优化#2038文件名超长时超出范围省略
tags/v1.22.6.1^2
OpenIhu
3 years ago
parent
2c3c340b2f
commit
8bbb1faf88
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/user/dashboard/feeds.tmpl
+4
-0
web_src/less/_dashboard.less
+ 1
- 1
templates/user/dashboard/feeds.tmpl
View File
@@ -6,7 +6,7 @@
<div class="ui grid">
<div class="ui fourteen wide column">
<div class="{{if or (eq .GetOpType 5) (eq .GetOpType 18)}}push news{{end}}">
<p>
<p
class="text truncate"
>
{{if gt .ActUser.ID 0}}
<a href="{{AppSubUrl}}/{{.GetActUserName}}" title="{{.GetDisplayNameTitle}}">{{.GetDisplayName}}</a>
{{else}}
+ 4
- 0
web_src/less/_dashboard.less
View File
@@ -82,6 +82,10 @@
line-height: 1.2;
p {
max-width: 100%;
}
> .ui.grid {
margin-left: auto;
margin-right: auto;
Write
Preview
Loading…
Cancel
Save