|
|
@@ -145,8 +145,7 @@ |
|
|
|
<div class="ui card" @click="gotoDataset('{{.Repo.Link}}/datasets')" style="cursor: pointer;box-shadow: 0px 4px 4px 0px rgba(232,232,232,0.6);border: 1px solid rgba(232, 232, 232, 1);"> |
|
|
|
<div class="content" style="border-bottom: none;"> |
|
|
|
<div class="repo_dataset_header" style="display: flex;align-items: center;justify-content: space-between;"> |
|
|
|
<a href="{{.Repo.Link}}/datasets" style="font-size: 12px;color: #3291F8;height: 24px;">{{.Repo.OwnerName}} / {{.Repo.Alias}}{{if .Recommend}}<img src="/img/jian.svg" style="margin-left: 0.5rem;">{{end}}</a> |
|
|
|
|
|
|
|
<a href="{{.Repo.Link}}/datasets" style="font-size: 12px;color: #3291F8;height: 24px;">{{.Repo.OwnerName}} / {{.Repo.Alias}}</a> |
|
|
|
{{if $.IsSigned}} |
|
|
|
<span style="display: flex;align-items: center;justify-content: flex-end;cursor: pointer;" @click.stop="postSquareStar({{.ID}},'{{.Repo.Link}}/datasets',{{$k}})"> |
|
|
|
<div style="line-height: 1;margin-right: 4px;margin-bottom: -2px;"> |
|
|
@@ -163,7 +162,7 @@ |
|
|
|
</span> |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
<div style="font-size: 16px;color:#0366D6;font-family: SourceHanSansSC-medium;height: 27px;font-weight: bold;">{{.Title}}</div> |
|
|
|
<div style="font-size: 16px;color:#0366D6;font-family: SourceHanSansSC-medium;height: 27px;font-weight: bold;display: flex;align-items: center"><span title="{{.Title}}" class="nowrap" style="width: 80%;display: inline-block;">{{.Title}}</span>{{if .Recommend}}<img src="/img/jian.svg" style="margin-left: 0.5rem;">{{end}}</div> |
|
|
|
{{if or (.Category) (.Task) (.License)}} |
|
|
|
<div style="font-size: 12px;margin-top: 5px;"> |
|
|
|
{{if .Category}} |
|
|
|