调整导航固定

dev_aliyun
杨树明 5 years ago
parent e33d263e6f
commit d7bde5db9c

@ -554,4 +554,8 @@ a.TrainingLecturer:hover{
.ant-input{ .ant-input{
border-color: #d9d9d9 !important; border-color: #d9d9d9 !important;
} }
.mt60{
margin-top:60px;
}

@ -345,4 +345,8 @@ input{
.ant-select-selection{ .ant-select-selection{
-webkit-box-shadow: 0 0 0 2px transparent !important; -webkit-box-shadow: 0 0 0 2px transparent !important;
box-shadow: 0 0 0 2px transparent !important; box-shadow: 0 0 0 2px transparent !important;
} }
.mt60{
margin-top:60px;
}

@ -429,7 +429,7 @@ class EcCompletionCalculation extends Component {
</Modal> </Modal>
<div className="educontent mb290"> <div className="educontent mb290 mt60">
<EcTitleCourseEvaluations <EcTitleCourseEvaluations
{...this.props} {...this.props}

@ -858,7 +858,7 @@ class ecCourseEvaluations extends Component {
>确定</a> >确定</a>
</div> </div>
</Modal> </Modal>
<div className="educontent mb40"> <div className="educontent mb40 mt60">
<EcTitleCourseEvaluations <EcTitleCourseEvaluations
{...this.props} {...this.props}

@ -663,7 +663,7 @@ class EcCourseEvaluationsbottom extends Component {
} = this.state; } = this.state;
return ( return (
<div className="newMain clearfix"> <div className="newMain clearfix">
<div className="educontent mb50"> <div className="educontent mb50 mt60">
<Modal <Modal
title={titlemessages} title={titlemessages}
// visible={modeldelet===true&&listid===list.id?true:false} // visible={modeldelet===true&&listid===list.id?true:false}

@ -243,7 +243,7 @@ class EcCourseSupportSetting extends Component {
return ( return (
<div className="newMain clearfix courseSupport"> <div className="newMain clearfix courseSupport">
<div className="educontent mb50"> <div className="educontent mb50 mt60">
<EcTitleCourseEvaluations <EcTitleCourseEvaluations
{...this.props} {...this.props}
schooldata={schooldata} schooldata={schooldata}

@ -470,7 +470,7 @@ class ecCourseSupports extends Component {
</Modal> </Modal>
<div className="educontent mb290"> <div className="educontent mb290 mt60">
<EcTitleCourseEvaluations <EcTitleCourseEvaluations
{...this.props} {...this.props}

@ -19,4 +19,8 @@
.additecGrade{ .additecGrade{
margin-top: 2px; margin-top: 2px;
display: inline-block; display: inline-block;
}
.mt60{
margin-top:60px;
} }

@ -259,7 +259,7 @@ class ecGradeEvaluations extends Component {
>确定</a> >确定</a>
</div> </div>
</Modal> </Modal>
<div className="educontent mb40"> <div className="educontent mb40 mt60">
<EcTitleCourseEvaluations <EcTitleCourseEvaluations
{...this.props} {...this.props}

@ -37,4 +37,8 @@
color:#afafaf; color:#afafaf;
background:#fff; background:#fff;
line-height:24px; line-height:24px;
}
.mt60{
margin-top:60px;
} }

@ -316,7 +316,7 @@ class ecStudentList extends Component {
</div> </div>
</Modal> </Modal>
<div className="educontent mb290"> <div className="educontent mb290 mt60">
<EcTitleCourseEvaluations <EcTitleCourseEvaluations
{...this.props} {...this.props}

@ -597,7 +597,7 @@ class GraduatesRequirement extends Component {
// } // }
return ( return (
<div className="newMain clearfix"> <div className="newMain clearfix">
<div className="educontent mb290"> <div className="educontent mb290 mt60">
<EcTitleCourseEvaluations <EcTitleCourseEvaluations
{...this.props} {...this.props}
schooldata={schooldata} schooldata={schooldata}

@ -67,4 +67,8 @@
.graduatesRequirement .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td, .graduatesRequirement .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
.graduatesRequirement .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td { .graduatesRequirement .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
background: transparent !important; background: transparent !important;
}
.mt60{
margin-top:60px;
} }
Loading…
Cancel
Save