Skip to content

Commit

Permalink
fix: unused font
Browse files Browse the repository at this point in the history
修复:未展示字体修改效果
  • Loading branch information
YangFong committed Apr 20, 2024
1 parent b1e6a7a commit 4e3b1b8
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 4e3b1b8

Please sign in to comment.