Skip to content

Commit

Permalink
fix: unused font (#288)
Browse files Browse the repository at this point in the history
修复:未展示字体修改效果
  • Loading branch information
YangFong authored Apr 20, 2024
1 parent 95eb448 commit e98a5b5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
:style="{ opacity: current === value ? 1 : 0 }"
></i>
{{ label }}
<span class="select-item-right">{{ desc }}</span>
<span class="select-item-right" :style="{ fontFamily: value }">{{
desc
}}</span>
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
Expand Down

0 comments on commit e98a5b5

Please sign in to comment.