Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
14c2feab
Commit
14c2feab
authored
Jun 21, 2021
by
yuananting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:iconfont图标库使用错误
parent
c2d1624a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/common/less/icon-font.less
+4
-4
src/index.html
+2
-2
No files found.
src/common/less/icon-font.less
View file @
14c2feab
@font-face {
@font-face {
font-family: 'iconfont'; /* Project id
346099
*/
font-family: 'iconfont'; /* Project id
2223403
*/
src: url('//at.alicdn.com/t/font_
346099_bjyszj4rrq8.woff2?t=1624083217818
') format('woff2'),
src: url('//at.alicdn.com/t/font_
2223403_oe5p510553.woff2?t=1624259078391
') format('woff2'),
url('//at.alicdn.com/t/font_
346099_bjyszj4rrq8.woff?t=1624083217818
') format('woff'),
url('//at.alicdn.com/t/font_
2223403_oe5p510553.woff?t=1624259078391
') format('woff'),
url('//at.alicdn.com/t/font_
346099_bjyszj4rrq8.ttf?t=1624083217818
') format('truetype');
url('//at.alicdn.com/t/font_
2223403_oe5p510553.ttf?t=1624259078391
') format('truetype');
}
}
.iconfont {
.iconfont {
font-family: 'iconfont' !important;
font-family: 'iconfont' !important;
...
...
src/index.html
View file @
14c2feab
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-24 12:20:57
* @Date: 2020-08-24 12:20:57
* @LastEditors: fusanqiasng
* @LastEditors: fusanqiasng
* @LastEditTime: 2021-06-
19 16:08:48
* @LastEditTime: 2021-06-
21 15:06:27
* @Description:
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
-->
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
-->
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_
346099_bjyszj4rrq8
.css"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_
2223403_oe5p510553
.css"
/>
<!--
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Notice the use of %PUBLIC_URL% in the tags above.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment