Browse Source

修复#2045气泡样式顶部间距问题

pull/2272/head
OpenIhu 3 years ago
parent
commit
0d7a252d25
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/user/dashboard/dashboard.tmpl

+ 2
- 2
templates/user/dashboard/dashboard.tmpl View File

@@ -12,7 +12,7 @@
<div class="content">
<p >{{.i18n.Tr "home.explore_AI"}} <a href="{{AppSubUrl}}/explore/repos"> {{.i18n.Tr "home.repositories"}}</a> {{.i18n.Tr "home.or_t"}} <a href="{{AppSubUrl}}/explore/datasets">{{.i18n.Tr "home.datasets"}}</a></p>
<p >{{.i18n.Tr "home.use_plt__fuction"}}&nbsp;<a class="mini ui blue button" href="{{AppSubUrl}}/repo/create{{if .ContextUser.IsOrganization}}?org={{.ContextUser.ID}}{{end}}" >{{.i18n.Tr "repo.create_repo"}}</a></p>
<p > {{.i18n.Tr "home.provide_resoure"}}</p>
<p >{{.i18n.Tr "home.provide_resoure"}}</p>
</div>
<div class="guide ">
<a class="mini ui blue basic button" style="font-weight:700" href="https://git.openi.org.cn/zeizei/OpenI_Learning" target="_blank">{{.i18n.Tr "custom.Platform_Tutorial"}} <i class="ri-arrow-right-line" ></i></a>
@@ -66,6 +66,7 @@
}
.w_title{
padding-top: 25px;
margin-bottom: 20px;
color: rgba(16, 16, 16, 100);
font-size: 20px;
text-align: left;
@@ -76,7 +77,6 @@
font-size: 14px;
text-align: left;
font-family: SourceHanSansSC-regular;
margin-top: 20px;
}

.guide{


Loading…
Cancel
Save