Browse Source

增加下划线

pull/1951/head
wangjr 3 years ago
parent
commit
167ae3cb2a
1 changed files with 18 additions and 9 deletions
  1. +18
    -9
      templates/user/dashboard/dashboard.tmpl

+ 18
- 9
templates/user/dashboard/dashboard.tmpl View File

@@ -21,16 +21,18 @@
{{if .EnableHeatmap}}
{{template "user/dashboard/heatmap" .}}
{{end}}
{{template "user/dashboard/feeds" .}}
<div class="ui placeholder segment bgtask-none padding_none" id = "activity_cont">
<div class="act_title" style="padding-left: 0px ;">
{{.i18n.Tr "home.activity"}}:
{{template "user/dashboard/feeds" .}}
<diV id = "activity_cont">
<div class="ui placeholder segment bgtask-none padding_none line" >
<div class="act_title" style="padding-left: 0px ;">
{{.i18n.Tr "home.activity"}}:
</div>
<div class="ui icon header bgtask-header-pic"></div>
<p class="p_hint">
{{.i18n.Tr "home.no_events"}}
</p>
</div>
<div class="ui icon header bgtask-header-pic"></div>
<p class="p_hint">
{{.i18n.Tr "home.no_events"}}
</p>
</div>
</diV>
</div>
{{template "user/dashboard/repolist" .}}
</div>
@@ -132,4 +134,11 @@
.content >p{
line-height: 2em !important;
}
.ui.placeholder.segment {
min-height: 15rem !important;
}
.line{
border-top: 1px solid rgba(187, 187, 187, 0.5) !important;
margin-top: 20px !important;
}
</style>

Loading…
Cancel
Save