Commit 140338aa by zhangleyuan

feat:处理UI优化

parent 00785b96
...@@ -13,7 +13,6 @@ class DownloadLiveModal extends React.Component { ...@@ -13,7 +13,6 @@ class DownloadLiveModal extends React.Component {
type: 'pre', type: 'pre',
} }
} }
render() { render() {
const { url } = this.props; const { url } = this.props;
const { image, tip, text, type } = this.state; const { image, tip, text, type } = this.state;
......
.live-course-list { .live-course-list {
margin-top: 16px; margin-top: 12px;
.record__item { .record__item {
display: flex; display: flex;
align-items: center; align-items: center;
......
.video-course-opt { .video-course-opt {
margin-top:4px;
.link { .link {
color: #FF8534; color: #FF8534;
} }
......
...@@ -20,12 +20,20 @@ ...@@ -20,12 +20,20 @@
line-height: 20px; line-height: 20px;
cursor: pointer; cursor: pointer;
} }
td{
.empty-child{ .empty-child{
color:#666; color:#666;
font-size:14px; font-size:14px;
text-align:center; text-align:center;
background: #FAFAFA; background: #FAFAFA;
} }
&:hover{
.empty-child{
background: none;
}
}
}
.catalog-tabel{ .catalog-tabel{
.ant-table-content{ .ant-table-content{
border:1px solid #e8e8e8; border:1px solid #e8e8e8;
...@@ -47,8 +55,33 @@ ...@@ -47,8 +55,33 @@
} }
} }
// .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
...@@ -313,7 +313,7 @@ function EmployeesManagePage() { ...@@ -313,7 +313,7 @@ function EmployeesManagePage() {
display: "flex", display: "flex",
alignItems: "center", alignItems: "center",
justifyContent: "flex-start", justifyContent: "flex-start",
padding: "15px 0 10px", padding: "15px 0 16px",
}} }}
> >
<div> <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