소스 검색

Featuer: Add style for author link

pull/169/head
winkidney 5 년 전
committed by Isaac Bythewood
부모
커밋
60c36d3085
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      pinry-spa/src/components/Pins.vue

+ 2
- 2
pinry-spa/src/components/Pins.vue 파일 보기

@@ -22,7 +22,7 @@
<img class="avatar" :src="item.avatar" alt="">
</div>
<div class="pin-info">
<span class="dim">pined by&nbsp;<span>{{ item.author }}</span>
<span class="dim">pined by&nbsp;<span><router-link to="/">{{ item.author }}</router-link></span>
<template v-if="item.tags.length > 0">
&nbsp;in&nbsp;
<template v-for="tag in item.tags">
@@ -153,7 +153,7 @@ $avatar-height: 30px;
width: 220px;
padding-left: $avatar-width + 5px;
}
.pin-tag > a {
.pin-info a {
font-weight: bold;
}
}


불러오는 중...
취소
저장