|
|
@@ -20,8 +20,8 @@ |
|
|
|
<div style="display: flex;align-items: center;justify-content: space-between;padding: 1rem 0;border-bottom:1px solid #F5F5F5" v-for="(publicData,index) in tableDataPublic" :key="index"> |
|
|
|
<div style="width: 90%;"> |
|
|
|
<div style="display: flex;align-items: center;justify-content: space-between;"> |
|
|
|
<span class="panel_dataset_name" style="margin-left: 0;">{{publicData.tag}} </span> |
|
|
|
<div v-if="!!publicData.topics"> |
|
|
|
<span class="panel_dataset_name text-over" style="margin-left: 0;">{{publicData.tag}} </span> |
|
|
|
<div v-if="!!publicData.topics" class="text-over"> |
|
|
|
<span v-for="(topic,index) in publicData.topics" class="ui repo-topic label topic">{{topic}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -52,8 +52,8 @@ |
|
|
|
<div style="display: flex;align-items: center;justify-content: space-between;padding: 1rem 0;border-bottom:1px solid #F5F5F5" v-for="(customData,index) in tableDataCustom" :key="index"> |
|
|
|
<div style="width: 90%;"> |
|
|
|
<div style="display: flex;align-items: center;justify-content: space-between;"> |
|
|
|
<span class="panel_dataset_name" style="margin-left: 0;">{{customData.tag}} </span> |
|
|
|
<div v-if="!!customData.topics"> |
|
|
|
<span class="panel_dataset_name text-over" style="margin-left: 0;">{{customData.tag}} </span> |
|
|
|
<div v-if="!!customData.topics" class="text-over"> |
|
|
|
<span v-for="(topic,index) in customData.topics" class="ui repo-topic label topic">{{topic}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -84,8 +84,8 @@ |
|
|
|
<div style="display: flex;align-items: center;justify-content: space-between;padding: 1rem 0;border-bottom:1px solid #F5F5F5" v-for="(starData,index) in tableDataStar" :key="index"> |
|
|
|
<div style="width: 90%;"> |
|
|
|
<div style="display: flex;align-items: center;justify-content: space-between;"> |
|
|
|
<span class="panel_dataset_name" style="margin-left: 0;">{{starData.tag}} </span> |
|
|
|
<div v-if="!!starData.topics"> |
|
|
|
<span class="panel_dataset_name text-over" style="margin-left: 0;">{{starData.tag}} </span> |
|
|
|
<div v-if="!!starData.topics" class="text-over"> |
|
|
|
<span v-for="(topic,index) in starData.topics" class="ui repo-topic label topic">{{topic}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|