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
5a0b1d53
Commit
5a0b1d53
authored
Aug 02, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Plain Diff
feat:解决合并代码后的冲突
parents
091a4f1a
ffb147bc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
12 deletions
+10
-12
src/index.html
+7
-7
src/modules/course-manage/graphics-course/components/GraphicsCourseList.jsx
+0
-0
src/modules/course-manage/video-course/AddVideoCourse.jsx
+0
-0
src/modules/resource-disk/modal/ScanFileModal.jsx
+1
-1
src/modules/teach-tool/components/CourseCategorySiderTree.less
+2
-4
No files found.
src/index.html
View file @
5a0b1d53
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-24 12:20:57
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-0
7-19 15:48:51
* @LastEditTime: 2021-0
8-02 17:00:14
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
...
...
@@ -25,14 +25,14 @@
<!-- <link rel="shortcut icon" href="https://image.xiaomaiketang.com/xm/c4KiP2epBP.png" /> -->
<!-- <link rel="shortcut icon" href="https://image.xiaomaiketang.com/xm/WGWCtxiGzE.png"> -->
<!--
<!--
manifest.json provides metadata used when your web app is installed on a
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=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_oe5p510553.css"
/>
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_oe5p510553.css"
/>
<!--
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
...
...
@@ -55,7 +55,7 @@
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div
id=
"root"
></div>
<!--
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
...
...
@@ -65,5 +65,5 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</body>
</html>
src/modules/course-manage/graphics-course/components/GraphicsCourseList.jsx
View file @
5a0b1d53
This diff is collapsed.
Click to expand it.
src/modules/course-manage/video-course/AddVideoCourse.jsx
View file @
5a0b1d53
This diff is collapsed.
Click to expand it.
src/modules/resource-disk/modal/ScanFileModal.jsx
View file @
5a0b1d53
...
...
@@ -34,7 +34,7 @@ class ScanFileModal extends React.Component {
style=
{
{
width
:
632
,
objectFit
:
"cover"
}
}
/>
)
}
{
fileType
===
"VIDEO"
&&
(
{
(
fileType
===
"VIDEO"
||
fileType
===
"MP4"
)
&&
(
<
div
>
<
Player
src=
{
item
.
mediaUrl
||
item
.
ossAddress
||
item
.
ossUrl
}
...
...
src/modules/teach-tool/components/CourseCategorySiderTree.less
View file @
5a0b1d53
...
...
@@ -30,7 +30,7 @@
text-align: center;
margin-top: 100%;
.empty-tree-btn {
color: #2966
FF
;
color: #2966
ff
;
cursor: pointer;
}
}
...
...
@@ -39,8 +39,6 @@
font-weight: 400;
color: #666666;
width: 234px;
// overflow-x: scroll;
// overflow-y: hidden;
.anticon {
color: #999999;
}
...
...
@@ -52,7 +50,7 @@
white-space: nowrap;
}
.ant-tree-node-content-wrapper.ant-tree-node-selected {
color: #2966
FF
;
color: #2966
ff
;
}
}
.ant-tree-treenode-selected:hover::before,
...
...
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