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
140338aa
Commit
140338aa
authored
Feb 03, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理UI优化
parent
00785b96
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
45 additions
and
11 deletions
+45
-11
src/components/DownloadLiveModal.jsx
+0
-1
src/modules/course-manage/components/LiveCourseList.less
+1
-1
src/modules/course-manage/video-course/components/VideoCourseOpt.less
+1
-0
src/modules/store-manage/CourseCatalogPage.less
+42
-8
src/modules/store-manage/EmployeesManagePage.tsx
+1
-1
No files found.
src/components/DownloadLiveModal.jsx
View file @
140338aa
...
...
@@ -13,7 +13,6 @@ class DownloadLiveModal extends React.Component {
type
:
'pre'
,
}
}
render
()
{
const
{
url
}
=
this
.
props
;
const
{
image
,
tip
,
text
,
type
}
=
this
.
state
;
...
...
src/modules/course-manage/components/LiveCourseList.less
View file @
140338aa
.live-course-list {
margin-top: 1
6
px;
margin-top: 1
2
px;
.record__item {
display: flex;
align-items: center;
...
...
src/modules/course-manage/video-course/components/VideoCourseOpt.less
View file @
140338aa
.video-course-opt {
margin-top:4px;
.link {
color: #FF8534;
}
...
...
src/modules/store-manage/CourseCatalogPage.less
View file @
140338aa
...
...
@@ -20,12 +20,20 @@
line-height: 20px;
cursor: pointer;
}
.empty-child{
color:#666;
font-size:14px;
text-align:center;
background: #FAFAFA;
td{
.empty-child{
color:#666;
font-size:14px;
text-align:center;
background: #FAFAFA;
}
&:hover{
.empty-child{
background: none;
}
}
}
.catalog-tabel{
.ant-table-content{
border:1px solid #e8e8e8;
...
...
@@ -45,10 +53,35 @@
}
}
}
}
}
// .ant-table-row{
// background:transparent;
// &:nth-child(2n + 1){
// td{
// background: #FFF;
// }
// }
// &:nth-child(2n){
// td{
// background: #FAFAFA;
// }
// }
// }
// .ant-table-expanded-row{
// background:transparent;
// &:nth-child(2n + 1){
// td{
// background: #FFF;
// }
// }
// &:nth-child(2n){
// td{
// background: #FAFAFA;
// }
// }
// }
}
}
}
\ No newline at end of file
src/modules/store-manage/EmployeesManagePage.tsx
View file @
140338aa
...
...
@@ -313,7 +313,7 @@ function EmployeesManagePage() {
display
:
"flex"
,
alignItems
:
"center"
,
justifyContent
:
"flex-start"
,
padding
:
"15px 0 1
0
px"
,
padding
:
"15px 0 1
6
px"
,
}
}
>
<
div
>
...
...
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