|
@@ -33,7 +33,11 @@
|
|
|
<template #content>
|
|
<template #content>
|
|
|
<Friend />
|
|
<Friend />
|
|
|
</template>
|
|
</template>
|
|
|
- <span>好友</span>
|
|
|
|
|
|
|
+ <span class="friendIcon">
|
|
|
|
|
+ <svg class="icon svg-icon" aria-hidden="true">
|
|
|
|
|
+ <use xlink:href="#icon-pengyou1" />
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ </span>
|
|
|
</a-popover>
|
|
</a-popover>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="news-container">
|
|
<div class="news-container">
|
|
@@ -155,3 +159,12 @@ export default defineComponent({
|
|
|
},
|
|
},
|
|
|
});
|
|
});
|
|
|
</script>
|
|
</script>
|
|
|
|
|
+<style lang="less">
|
|
|
|
|
+.friendIcon {
|
|
|
|
|
+ .icon {
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ line-height: 32px;
|
|
|
|
|
+ margin: 6px 5px;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|