Commit 879d15e6 by wufan

style:添加成员样式优化

parent da1679a7
...@@ -78,6 +78,8 @@ ...@@ -78,6 +78,8 @@
.container-right-body{ .container-right-body{
border: 1px solid #E9E9E9; border: 1px solid #E9E9E9;
margin: 10px; margin: 10px;
margin-top: 12px;
min-height:376px;
.edit { .edit {
.edit-icon { .edit-icon {
color:#999; color:#999;
...@@ -88,22 +90,27 @@ ...@@ -88,22 +90,27 @@
height: 16px; height: 16px;
} }
.ant-table {
min-height: 378px !important;
height: 378px !important;
overflow-y: auto;
table {
height: 378px;
}
}
.ant-table .ant-table-body { .ant-table .ant-table-body {
overflow: auto; overflow: auto;
max-height: 378px !important; max-height: 376px!important;
height: 378px;
} }
.ant-table tbody tr:nth-child(even) { .ant-table tbody {
background: transparent!important; tr{
&:nth-child(even){
background: transparent!important;
td{
background: #FFF;
}
}
&:nth-child(odd){
background: #FAFAFA !important;
td{
background: #FAFAFA;
}
}
}
} }
.ant-empty-normal { .ant-empty-normal {
......
...@@ -8,8 +8,9 @@ ...@@ -8,8 +8,9 @@
.tool-tip-left{ .tool-tip-left{
cursor: pointer; cursor: pointer;
margin-left: 4px; margin-left: 4px;
width: 14px; width: 16px;
height: 14px; height: 16px;
margin-bottom: 2px;
} }
} }
......
...@@ -33,6 +33,7 @@ class NonCompliantFileModal extends React.Component { ...@@ -33,6 +33,7 @@ class NonCompliantFileModal extends React.Component {
maskClosable={false} maskClosable={false}
className="prepare-lesson__non-compliant-file-modal" className="prepare-lesson__non-compliant-file-modal"
closeIcon={<span className="icon iconfont modal-close-icon">&#xe6ef;</span>} closeIcon={<span className="icon iconfont modal-close-icon">&#xe6ef;</span>}
width={560}
> >
<div className="file-list"> <div className="file-list">
<div className="file-list__title">以下文件超出上传限制,无法上传,点击继续上传不会上传以下文件。</div> <div className="file-list__title">以下文件超出上传限制,无法上传,点击继续上传不会上传以下文件。</div>
......
...@@ -284,6 +284,9 @@ background-color: #F0F2F5 !important; ...@@ -284,6 +284,9 @@ background-color: #F0F2F5 !important;
.ant-checkbox-wrapper+.ant-checkbox-wrapper { .ant-checkbox-wrapper+.ant-checkbox-wrapper {
margin-left: 0 !important; margin-left: 0 !important;
} }
.ant-checkbox-inner {
border-radius: 2px !important;
}
.ant-menu { .ant-menu {
.iconfont { .iconfont {
......
...@@ -33,6 +33,7 @@ class NonCompliantFileModal extends React.Component { ...@@ -33,6 +33,7 @@ class NonCompliantFileModal extends React.Component {
onCancel={this.props.onClose} onCancel={this.props.onClose}
onOk={this.props.onOk} onOk={this.props.onOk}
className="prepare-lesson__non-compliant-file-modal" className="prepare-lesson__non-compliant-file-modal"
width={560}
> >
<div className="file-list"> <div className="file-list">
<div className="file-list__title">以下文件已超出上传限制,无法上传。</div> <div className="file-list__title">以下文件已超出上传限制,无法上传。</div>
......
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