Commit 80a3ba91 by wufan

fix:解决冲突

parent f081c887
......@@ -90,13 +90,24 @@
.ant-table {
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) {
background: transparent!important;
}
.ant-empty-normal {
margin: 130px 0 !important;
margin: 144px 0 !important;
}
.avatar{
......
/*
* @Author: 吴文洁
* @Date: 2020-07-23 14:54:16
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-02-01 13:58:31
* @LastEditors: wufan
* @LastEditTime: 2021-02-02 19:32:21
* @Description: 大班直播课预览弹窗
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
......@@ -136,7 +136,7 @@ class PreviewCourseModal extends React.Component {
</Otherwise>
</Choose>
<div className="container__introduction">
<div className="container__introduction__title">直播简介</div>
<div className="container__introduction__title">直播简介</div>
<div className="container__introduction__list editor-box">
{
liveCourseMediaRequests.map((item, index) => {
......
......@@ -49,7 +49,8 @@
.title__state {
min-width: 40px;
height: 17px;
padding: 0 2px;
padding: 0px 8px;
border-radius: 10px;
margin-left: 6px;
font-size: 12px;
color: #FFF;
......
......@@ -7,6 +7,7 @@
justify-content: flex-start;
align-items: center;
padding: 0 12px;
line-height: 32px;
span.icon {
color:#FF9D14;
line-height: 20px;
......@@ -14,7 +15,7 @@
p {
color:#666666;
font-size: 14px;
line-height:20px;
line-height:25px;
margin-left: 12px;
}
}
......
......@@ -55,7 +55,7 @@
cursor: pointer;
vertical-align: top;
&:hover {
background:rgba(255, 183, 20, 0.2);
background: rgba(255, 183, 20,.2);
border-radius:4px;
}
&.before-disabled {
......
......@@ -7,6 +7,7 @@
justify-content: flex-start;
align-items: center;
padding: 0 12px;
line-height: 32px;
.icon {
color:#FF9D14;
font-size:14px;
......@@ -14,7 +15,7 @@
p {
color:#666666;
font-size: 14px;
line-height:20px;
line-height:25px;
margin-left:8px;
}
}
......
......@@ -203,6 +203,9 @@
}
}
}
.ant-table-body {
overflow-y: auto !important;
}
.ant-table-fixed-right .ant-table-fixed {
border-left: none !important;
......@@ -753,4 +756,10 @@ mr0 {
.ant-modal-footer{
padding:10px 24px;
}
}
\ No newline at end of file
}
// 排序小三角
.ant-table-column-sorter {
margin-left: 2px!important;
}
......@@ -264,7 +264,7 @@ class AddLiveIntro extends React.Component {
<div className="introduce">
<span className="label">直播简介:</span>
<span className="label">直播简介:</span>
<div className="content">
<div className="intro-list">
{
......
/*
* @Author: 吴文洁
* @Date: 2020-07-23 14:54:16
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-01-09 16:26:03
* @LastEditors: wufan
* @LastEditTime: 2021-02-01 16:33:18
* @Description: 大班直播课预览弹窗
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
......@@ -172,9 +172,9 @@ class PreviewCourseModal extends React.Component {
<div className="container__introduction">
{ 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">
{
......
......@@ -49,7 +49,8 @@
.title__state {
min-width: 40px;
height: 17px;
padding: 0 2px;
padding: 0px 8px;
border-radius: 10px;
margin-left: 6px;
font-size: 12px;
color: #FFF;
......
.store-decoration-page {
.box {
padding-top:11px!important;
}
thead {
display: none;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment