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
3b4fd263
Commit
3b4fd263
authored
May 26, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:UI样式更改
parent
34f5cdba
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
14 deletions
+13
-14
src/components/Breadcrumbs.less
+0
-1
src/core/page.less
+1
-1
src/h5.html
+3
-3
src/index.html
+2
-2
src/modules/course-manage/components/AddLiveIntro.jsx
+1
-1
src/modules/course-manage/components/GraphicsEditor.jsx
+2
-2
src/modules/root/Header.jsx
+2
-2
src/modules/root/Header.less
+1
-1
src/routes/config/menuList.tsx
+1
-1
No files found.
src/components/Breadcrumbs.less
View file @
3b4fd263
@import '../core/variables.less';
.xm-breadCrumb{
margin-left: 16px;
padding-left: 16px;
color: #989898;
padding-top: 16px;
...
...
src/core/page.less
View file @
3b4fd263
...
...
@@ -7,7 +7,7 @@
left: 0px;
right: 0;
bottom: 0;
z-index:
101
;
z-index:
3
;
background-color: #F0F2F5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
...
...
src/h5.html
View file @
3b4fd263
<!--
* @Author: 吴文洁
* @Date: 2020-08-24 12:20:57
* @LastEditors:
zhangleyuan
* @LastEditTime: 2021-05-
10 13:41:44
* @LastEditors:
Please set LastEditors
* @LastEditTime: 2021-05-
26 16:26:17
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
...
...
@@ -25,7 +25,7 @@
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_
vs61tfrogho
.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_
oqqm4z9s35j
.css"
>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
...
...
src/index.html
View file @
3b4fd263
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-24 12:20:57
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-05-2
4 15:39:59
* @LastEditTime: 2021-05-2
6 16:25:17
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
...
...
@@ -25,7 +25,7 @@
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_
jnqch2ijn6e
.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_
oqqm4z9s35j
.css"
>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
...
...
src/modules/course-manage/components/AddLiveIntro.jsx
View file @
3b4fd263
...
...
@@ -131,7 +131,7 @@ class AddLiveIntro extends React.Component {
<
Switch
checked=
{
whetherVisitorsJoin
===
"YES"
?
true
:
false
}
onChange=
{
this
.
whetherVisitorsJoinChange
}
/>
</
div
>
<
div
>
<
div
class=
"instro-text"
>
<
div
class
Name
=
"instro-text"
>
<
div
>
开启:允许未绑定手机号的用户进入直播间观看直播
</
div
>
<
div
>
关闭:仅限绑定了手机号的用户可以进入直播间观看直播
</
div
>
</
div
>
...
...
src/modules/course-manage/components/GraphicsEditor.jsx
View file @
3b4fd263
...
...
@@ -54,8 +54,8 @@ class GraphicsEditor extends React.Component {
resetIndex
=
(
bool
)
=>
{
const
topDom
=
document
.
querySelector
(
'.top-container'
);
const
leftDom
=
document
.
querySelector
(
'.left-container'
);
topDom
.
style
.
zIndex
=
bool
?
'auto'
:
112
;
leftDom
.
style
.
zIndex
=
bool
?
'auto'
:
2
;
//
topDom.style.zIndex = bool ? 'auto' : 112;
//
leftDom.style.zIndex = bool ? 'auto' : 2;
}
renderEditor
()
{
...
...
src/modules/root/Header.jsx
View file @
3b4fd263
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2019-09-10 18:26:03
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-05-2
4 16:51:01
* @LastEditTime: 2021-05-2
6 16:18:00
* @Description:
*/
import
React
,
{
useRef
,
useContext
,
useEffect
,
useState
}
from
"react"
;
...
...
@@ -298,7 +298,7 @@ function Header(props) {
</
div
>
)
}
<
div
className=
"right-box"
>
<
div
class=
"right-bg-img"
>
<
div
class
Name
=
"right-bg-img"
>
<
img
src=
"https://image.xiaomaiketang.com/xm/WCwjyyXYda.png"
></
img
>
</
div
>
<
div
className=
"link-to-store"
>
...
...
src/modules/root/Header.less
View file @
3b4fd263
...
...
@@ -8,7 +8,7 @@
right: 0;
height: @top-height;
background-color: #2966FF;
z-index:2;
//
z-index:2;
&::after{
content:'';
width:100%;
...
...
src/routes/config/menuList.tsx
View file @
3b4fd263
...
...
@@ -2,7 +2,7 @@
* @Author: yuananting
* @Date: 2021-02-21 15:53:31
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-05-2
4 15:45:36
* @LastEditTime: 2021-05-2
6 16:28:00
* @Description: 描述一下咯
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
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