当前位置:网站首页>uni-app:uni-icons的使用及如何自定义图标
uni-app:uni-icons的使用及如何自定义图标
2022-07-30 05:41:00 【前端小白jyj】
官方文档:https://uniapp.dcloud.io/component/uniui/uni-icons.html
uni-icons 已经收录了日常开发中常用的图标 ,但是因为体积问题 ,不可能一直无限添加新图标 ,所以uni-icons 也提供了扩展的方法。
使用 custom-prefix 和 type 属性自定义图标。
<uni-icons custom-prefix="custom-icon" type="icon-youxi" size="30"></uni-icons>fontClass 是图标的前缀 ,需要传入组件type属性(type属性前缀),fontFamily 是图标集名称,需要传入组件custom-prefix 属性,字体格式可以只勾选 ttf。

边栏推荐
猜你喜欢
随机推荐
Numpy 中 np.vstack() 和 np.hstack() 简单解析
安装Nuxt.js时出现错误:TypeError:Cannot read property ‘eslint‘ of undefined
Ranking of grades (Huazhong University of Science and Technology postgraduate examination questions) (DAY 87)
pytorch中的线性代数
【Typescript】学习笔记(三)之接口与泛型的使用
【C语言】字符串的比较
Memories · The last system design in the university era
np.where()用法
【Pytorch】torch.manual_seed()、torch.cuda.manual_seed() 解释
String类型字符串获取第一次或者最后一次出现的下标
猜数字小游戏(随机生成’三剑客‘)
Error: listen EADDRINUSE: address already in use 127.0.0.1:3000
cross_val_score的用法
面试前需要巩固的算法知识点(自用,更新中)
猜数字游戏
C语言入门(前期准备工作)——超级详细的建议和教学,带你顺利跨越编程门槛
My first understanding of MySql, and the basic syntax of DDL and DML and DQL in sql statements
[GStreamer] The name of the plugin should match GST_PLUGIN_DEFINE
第一篇博客
C语言人机大战之三字棋博弈









