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
6beed531
Commit
6beed531
authored
Dec 17, 2020
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新iconfont图库
parent
6652be3f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
src/common/less/icon-font.less
+6
-6
src/index.html
+3
-3
src/modules/resource-disk/index.jsx
+4
-4
No files found.
src/common/less/icon-font.less
View file @
6beed531
@font-face {
@font-face {
font-family: 'iconfont'; /* project id 2223403 */
font-family: 'iconfont'; /* project id 2223403 */
src: url('//at.alicdn.com/t/font_2223403_
uo63ciaamd
.eot');
src: url('//at.alicdn.com/t/font_2223403_
yrrfx4j2qlq
.eot');
src: url('//at.alicdn.com/t/font_2223403_
uo63ciaamd
.eot?#iefix') format('embedded-opentype'),
src: url('//at.alicdn.com/t/font_2223403_
yrrfx4j2qlq
.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_2223403_
uo63ciaamd
.woff2') format('woff2'),
url('//at.alicdn.com/t/font_2223403_
yrrfx4j2qlq
.woff2') format('woff2'),
url('//at.alicdn.com/t/font_2223403_
uo63ciaamd
.woff') format('woff'),
url('//at.alicdn.com/t/font_2223403_
yrrfx4j2qlq
.woff') format('woff'),
url('//at.alicdn.com/t/font_2223403_
uo63ciaamd
.ttf') format('truetype'),
url('//at.alicdn.com/t/font_2223403_
yrrfx4j2qlq
.ttf') format('truetype'),
url('//at.alicdn.com/t/font_2223403_
uo63ciaamd
.svg#iconfont') format('svg');
url('//at.alicdn.com/t/font_2223403_
yrrfx4j2qlq
.svg#iconfont') format('svg');
}
}
.iconfont{
.iconfont{
font-family:"iconfont" !important;
font-family:"iconfont" !important;
...
...
src/index.html
View file @
6beed531
<!--
<!--
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-24 12:20:57
* @Date: 2020-08-24 12:20:57
* @LastEditors:
zhangleyu
an
* @LastEditors:
wuf
an
* @LastEditTime: 2020-12-1
2 16:5
5:50
* @LastEditTime: 2020-12-1
7 17:1
5:50
* @Description:
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
-->
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,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_2223403_
uo63ciaamd
.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_
yrrfx4j2qlq
.css"
>
<!--
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Notice the use of %PUBLIC_URL% in the tags above.
...
...
src/modules/resource-disk/index.jsx
View file @
6beed531
...
@@ -8,8 +8,8 @@ import './index.less';
...
@@ -8,8 +8,8 @@ import './index.less';
const
defaultRootDisk
=
{
const
defaultRootDisk
=
{
folderName
:
'公共文件'
,
folderName
:
'公共文件'
,
disk
:
'
MYSELF
'
,
disk
:
''
,
uploadPower
:
fals
e
uploadPower
:
tru
e
}
}
class
PrepareLessonPage
extends
React
.
Component
{
class
PrepareLessonPage
extends
React
.
Component
{
...
@@ -21,8 +21,8 @@ class PrepareLessonPage extends React.Component {
...
@@ -21,8 +21,8 @@ class PrepareLessonPage extends React.Component {
diskList
:
[
diskList
:
[
{
{
folderName
:
'公共文件'
,
folderName
:
'公共文件'
,
disk
:
'
MYSELF
'
,
disk
:
'
COMMON
'
,
uploadPower
:
fals
e
uploadPower
:
tru
e
}
}
],
// 可见磁盘目录
],
// 可见磁盘目录
currentRootDisk
:
defaultRootDisk
currentRootDisk
:
defaultRootDisk
...
...
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