fix: unused font (#288)

修复:未展示字体修改效果
This commit is contained in:
YangFong 2024-04-20 09:51:56 +08:00 committed by GitHub
parent 95eb448555
commit e98a5b5103
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,9 @@
:style="{ opacity: current === value ? 1 : 0 }" :style="{ opacity: current === value ? 1 : 0 }"
></i> ></i>
{{ label }} {{ label }}
<span class="select-item-right">{{ desc }}</span> <span class="select-item-right" :style="{ fontFamily: value }">{{
desc
}}</span>
</el-dropdown-item> </el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>