@jx3box/jx3box-common-ui 8.0.1 → 8.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="c-author-medals" v-if="ready">
|
|
3
3
|
<div class="u-label">
|
|
4
|
-
|
|
5
|
-
<img svg-inline src="../../assets/img/leftsidebar/medal.svg" />
|
|
4
|
+
<i class="el-icon-trophy"></i>
|
|
5
|
+
<!-- <img svg-inline src="../../assets/img/leftsidebar/medal.svg" /> -->
|
|
6
6
|
<span>作者荣誉</span>
|
|
7
7
|
</div>
|
|
8
8
|
<div class="u-medals" v-if="medals && medals.length">
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="c-author-teams" v-if="ready">
|
|
3
3
|
<div class="u-label">
|
|
4
|
-
|
|
5
|
-
<img svg-inline src="../../assets/img/leftsidebar/united.svg" />
|
|
4
|
+
<i class="el-icon-school"></i>
|
|
5
|
+
<!-- <img svg-inline src="../../assets/img/leftsidebar/united.svg" /> -->
|
|
6
6
|
<span>所在团队</span>
|
|
7
7
|
</div>
|
|
8
8
|
<div class="u-teams">
|