当前位置:网站首页>Global styles and icons
Global styles and icons
2022-07-27 20:55:00 【Yuzhibo Linzhong Road】
1. Ali vector map
The first 1 Kind of :
After decompressing , Directly introducing main.js
main.js
// Introduce font icons
import './assets/fonts/iconfont.css'The first 2 Kind of ( recommend )
After decompressing , Put in the public style , Then introduce it into the style
Download and decompress Alibaba Icon Library

Change the file name to :font, Put in asset Folder
asset Create under folder css Public style

base.css It introduces Ali icon style
base.css
/* @import url('../font/iconfont.css'); */
@import '../font/iconfont.css'; Use the bottom again 2 Two ways to introduce
2. style
The first 1 Kind of :
main.js
// Import global style sheet
import './assets/css/base.css'The first 2 Kind of :( recommend )
App.vue
<style>
/* Styles can also be introduced here */
@import './assets/css/base.css';
</style>边栏推荐
- 用户登录切换案例
- MYSQL设计优化生成列
- 一周活动速递|深入浅出第8期;Meetup成都站报名进行中
- How does the industrial switch enter the web management interface?
- IOU 目标跟踪其二:VIOU Tracker
- [design tutorial] yolov7 target detection network interpretation
- JVS基础介绍
- [Numpy] 数组索引和切片
- R语言使用epiDisplay包的lroc函数可视化logistic回归模型的ROC曲线并输出诊断表(diagnostic table)、可视化多条ROC曲线、使用legend函数为可视化图像添加图例
- knife4j通过js动态刷新全局参数
猜你喜欢
随机推荐
Hexagon_V65_Programmers_Reference_Manual(6)
Ten year test old bird talk about mobile terminal compatibility test
Can tonghuashun open an account on weekends? Is it safe to open an account
【深度学习】Pytorch torch.autograd 自动差分引擎
IOU 目标跟踪其二:VIOU Tracker
金仓数据库 KingbaseES 异构数据库移植指南 (4. 应用迁移流程)
全局样式与图标
LabVIEW学习笔记九:捕捉由程序修改控件值产生的“值改变”事件
认识网络模型数据的封装和解封装
Software test interview question: count the number in a queue, how many positive numbers and how many negative numbers, such as [1, 3, 5, 7, 0, -1, -9, -4, -5, 8]
Hexagon_V65_Programmers_Reference_Manual(8)
Introduction to rk3399 platform introduction to proficient series (Introduction) 21 day learning challenge
如何解决tp6控制器不存在:app\controller\Index
How does the industrial switch enter the web management interface?
UE5使用DLSS(超级采样)提升场景的 FPS 远离卡顿的优化方案
Automatic test solution based on ATX
Tencent jumped out with 38K and saw the real test ceiling
User and authority modify user password
Babbitt | metauniverse daily must read: Tencent News suspended the sales service of digital collections, users left messages asking for a "refund", and phantom core also fell into the dilemma of "unsa
The variable "lattice" or class "lattice.latticeeasy" (matlab) is not defined

![[Numpy] 广播机制(Broadcast)](/img/1f/8d61ac7b35a82067bc0b77426590eb.png)




![[deep learning] pytoch torch Autograd automatic differential engine](/img/c8/2ce1e5c02283965f8690ac5a9971a9.png)


![[numpy] array index and slice](/img/ce/34db7aef3fefe8a03e638d0838492f.png)