forked from Gitlink/forgeplus-react
调整样式
This commit is contained in:
parent
681ffd50d0
commit
0d8435b0a2
|
|
@ -142,7 +142,7 @@ function ReviewResult({ location, history }) {
|
|||
<div className="openResult">
|
||||
{taskRecord.status === 4 && <button className={(winIds && taskRecord.taskModeId == 1 && winIds.length >1) || !result ? 'disableBut': 'but41_fill'} onClick={openResult}>公示结果</button>}
|
||||
</div>
|
||||
</React.Fragment>:<div className="nodata font-w font-22">暂无数据,此任务暂未进入成果评选阶段。</div>}
|
||||
</React.Fragment>:<div className="nodata font-20">暂无数据,此任务暂未进入成果评选阶段。</div>}
|
||||
<Modal
|
||||
title= "请确认公示范围"
|
||||
visible= {openResultVisible}
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
.nodata{
|
||||
height: 350px;
|
||||
line-height: 350px;
|
||||
height: 300px;
|
||||
line-height: 300px;
|
||||
text-align: center;
|
||||
}
|
||||
.sucess{
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@
|
|||
}
|
||||
.ant-input{
|
||||
background-color: white !important;
|
||||
}
|
||||
.has-success .ant-input, .ant-input:hover{
|
||||
border: 1px solid #5d6eff !important;
|
||||
&:hover{
|
||||
border: 1px solid #5d6eff !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.rules_buttom{
|
||||
|
|
|
|||
|
|
@ -464,7 +464,7 @@ export default Form.create()(({ form, showNotification, match, history, state })
|
|||
<PaginationTable
|
||||
dataSource={selectedExperts}
|
||||
columns={columnsExperts}
|
||||
scroll={{ y: 400 }}/>,
|
||||
scroll={{ y: 395 }}/>,
|
||||
});
|
||||
}, 300);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,6 +118,6 @@
|
|||
}
|
||||
}
|
||||
.pagination-table .ant-table-tbody > tr > td{
|
||||
padding: 1px 8px;
|
||||
padding: 3px 8px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue