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
80a3ba91
Commit
80a3ba91
authored
Feb 02, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:解决冲突
parent
f081c887
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
42 additions
and
16 deletions
+42
-16
src/bu-components/ChooseMembersModal.less
+12
-1
src/bu-components/PreviewCourseModal.jsx
+3
-3
src/bu-components/PreviewCourseModal.less
+2
-1
src/bu-components/ShowTip.less
+2
-1
src/components/MultipleDatePicker.less
+1
-1
src/components/ShowTips.less
+2
-1
src/core/antd.less
+10
-2
src/modules/course-manage/components/AddLiveIntro.jsx
+1
-1
src/modules/course-manage/modal/PreviewCourseModal.jsx
+4
-4
src/modules/course-manage/modal/PreviewCourseModal.less
+2
-1
src/modules/store-manage/StoreDecorationPage.less
+3
-0
No files found.
src/bu-components/ChooseMembersModal.less
View file @
80a3ba91
...
@@ -90,13 +90,24 @@
...
@@ -90,13 +90,24 @@
.ant-table {
.ant-table {
min-height: 378px !important;
min-height: 378px !important;
height: 378px !important;
overflow-y: auto;
table {
height: 378px;
}
}
.ant-table .ant-table-body {
overflow: auto;
max-height: 378px !important;
height: 378px;
}
}
.ant-table tbody tr:nth-child(even) {
.ant-table tbody tr:nth-child(even) {
background: transparent!important;
background: transparent!important;
}
}
.ant-empty-normal {
.ant-empty-normal {
margin: 1
30
px 0 !important;
margin: 1
44
px 0 !important;
}
}
.avatar{
.avatar{
...
...
src/bu-components/PreviewCourseModal.jsx
View file @
80a3ba91
/*
/*
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-07-23 14:54:16
* @Date: 2020-07-23 14:54:16
* @LastEditors:
zhangleyu
an
* @LastEditors:
wuf
an
* @LastEditTime: 2021-02-0
1 13:58:3
1
* @LastEditTime: 2021-02-0
2 19:32:2
1
* @Description: 大班直播课预览弹窗
* @Description: 大班直播课预览弹窗
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -136,7 +136,7 @@ class PreviewCourseModal extends React.Component {
...
@@ -136,7 +136,7 @@ class PreviewCourseModal extends React.Component {
</
Otherwise
>
</
Otherwise
>
</
Choose
>
</
Choose
>
<
div
className=
"container__introduction"
>
<
div
className=
"container__introduction"
>
<
div
className=
"container__introduction__title"
>
直播简介
</
div
>
<
div
className=
"container__introduction__title"
>
直播
课
简介
</
div
>
<
div
className=
"container__introduction__list editor-box"
>
<
div
className=
"container__introduction__list editor-box"
>
{
{
liveCourseMediaRequests
.
map
((
item
,
index
)
=>
{
liveCourseMediaRequests
.
map
((
item
,
index
)
=>
{
...
...
src/bu-components/PreviewCourseModal.less
View file @
80a3ba91
...
@@ -49,7 +49,8 @@
...
@@ -49,7 +49,8 @@
.title__state {
.title__state {
min-width: 40px;
min-width: 40px;
height: 17px;
height: 17px;
padding: 0 2px;
padding: 0px 8px;
border-radius: 10px;
margin-left: 6px;
margin-left: 6px;
font-size: 12px;
font-size: 12px;
color: #FFF;
color: #FFF;
...
...
src/bu-components/ShowTip.less
View file @
80a3ba91
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
justify-content: flex-start;
justify-content: flex-start;
align-items: center;
align-items: center;
padding: 0 12px;
padding: 0 12px;
line-height: 32px;
span.icon {
span.icon {
color:#FF9D14;
color:#FF9D14;
line-height: 20px;
line-height: 20px;
...
@@ -14,7 +15,7 @@
...
@@ -14,7 +15,7 @@
p {
p {
color:#666666;
color:#666666;
font-size: 14px;
font-size: 14px;
line-height:2
0
px;
line-height:2
5
px;
margin-left: 12px;
margin-left: 12px;
}
}
}
}
...
...
src/components/MultipleDatePicker.less
View file @
80a3ba91
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
cursor: pointer;
cursor: pointer;
vertical-align: top;
vertical-align: top;
&:hover {
&:hover {
background:
rgba(255, 183, 20, 0
.2);
background:
rgba(255, 183, 20,
.2);
border-radius:4px;
border-radius:4px;
}
}
&.before-disabled {
&.before-disabled {
...
...
src/components/ShowTips.less
View file @
80a3ba91
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
justify-content: flex-start;
justify-content: flex-start;
align-items: center;
align-items: center;
padding: 0 12px;
padding: 0 12px;
line-height: 32px;
.icon {
.icon {
color:#FF9D14;
color:#FF9D14;
font-size:14px;
font-size:14px;
...
@@ -14,7 +15,7 @@
...
@@ -14,7 +15,7 @@
p {
p {
color:#666666;
color:#666666;
font-size: 14px;
font-size: 14px;
line-height:2
0
px;
line-height:2
5
px;
margin-left:8px;
margin-left:8px;
}
}
}
}
...
...
src/core/antd.less
View file @
80a3ba91
...
@@ -203,6 +203,9 @@
...
@@ -203,6 +203,9 @@
}
}
}
}
}
}
.ant-table-body {
overflow-y: auto !important;
}
.ant-table-fixed-right .ant-table-fixed {
.ant-table-fixed-right .ant-table-fixed {
border-left: none !important;
border-left: none !important;
...
@@ -753,4 +756,10 @@ mr0 {
...
@@ -753,4 +756,10 @@ mr0 {
.ant-modal-footer{
.ant-modal-footer{
padding:10px 24px;
padding:10px 24px;
}
}
}
}
\ No newline at end of file
// 排序小三角
.ant-table-column-sorter {
margin-left: 2px!important;
}
src/modules/course-manage/components/AddLiveIntro.jsx
View file @
80a3ba91
...
@@ -264,7 +264,7 @@ class AddLiveIntro extends React.Component {
...
@@ -264,7 +264,7 @@ class AddLiveIntro extends React.Component {
<
div
className=
"introduce"
>
<
div
className=
"introduce"
>
<
span
className=
"label"
>
直播简介:
</
span
>
<
span
className=
"label"
>
直播
课
简介:
</
span
>
<
div
className=
"content"
>
<
div
className=
"content"
>
<
div
className=
"intro-list"
>
<
div
className=
"intro-list"
>
{
{
...
...
src/modules/course-manage/modal/PreviewCourseModal.jsx
View file @
80a3ba91
/*
/*
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-07-23 14:54:16
* @Date: 2020-07-23 14:54:16
* @LastEditors:
zhangleyu
an
* @LastEditors:
wuf
an
* @LastEditTime: 2021-0
1-09 16:26:03
* @LastEditTime: 2021-0
2-01 16:33:18
* @Description: 大班直播课预览弹窗
* @Description: 大班直播课预览弹窗
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -172,9 +172,9 @@ class PreviewCourseModal extends React.Component {
...
@@ -172,9 +172,9 @@ class PreviewCourseModal extends React.Component {
<
div
className=
"container__introduction"
>
<
div
className=
"container__introduction"
>
{
type
===
'videoCourse'
?
{
type
===
'videoCourse'
?
<
div
className=
"container__introduction__title"
>
视频简介
</
div
>
<
div
className=
"container__introduction__title"
>
视频
课
简介
</
div
>
:
:
<
div
className=
"container__introduction__title"
>
直播简介
</
div
>
<
div
className=
"container__introduction__title"
>
直播
课
简介
</
div
>
}
}
<
div
className=
"container__introduction__list editor-box"
>
<
div
className=
"container__introduction__list editor-box"
>
{
{
...
...
src/modules/course-manage/modal/PreviewCourseModal.less
View file @
80a3ba91
...
@@ -49,7 +49,8 @@
...
@@ -49,7 +49,8 @@
.title__state {
.title__state {
min-width: 40px;
min-width: 40px;
height: 17px;
height: 17px;
padding: 0 2px;
padding: 0px 8px;
border-radius: 10px;
margin-left: 6px;
margin-left: 6px;
font-size: 12px;
font-size: 12px;
color: #FFF;
color: #FFF;
...
...
src/modules/store-manage/StoreDecorationPage.less
View file @
80a3ba91
.store-decoration-page {
.store-decoration-page {
.box {
padding-top:11px!important;
}
thead {
thead {
display: none;
display: none;
}
}
...
...
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