调整样式

This commit is contained in:
unknown 2022-01-12 10:20:29 +08:00
parent 681ffd50d0
commit 0d8435b0a2
5 changed files with 8 additions and 8 deletions

View File

@ -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}

View File

@ -32,8 +32,8 @@
font-weight: bold;
}
.nodata{
height: 350px;
line-height: 350px;
height: 300px;
line-height: 300px;
text-align: center;
}
.sucess{

View File

@ -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{

View File

@ -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);
}

View File

@ -118,6 +118,6 @@
}
}
.pagination-table .ant-table-tbody > tr > td{
padding: 1px 8px;
padding: 3px 8px;
}
}