forked from Gitlink/forgeplus-react
修改样式佐证材料代码
This commit is contained in:
parent
f49de16e2a
commit
1fb57818bc
|
@ -36,12 +36,12 @@
|
|||
padding: 0 15px ;
|
||||
cursor: pointer;
|
||||
&:hover{
|
||||
color: #1B8FFF;
|
||||
color: #4154f1;
|
||||
}
|
||||
}
|
||||
|
||||
.choose-item-checked {
|
||||
background: #f7f7f7;
|
||||
color: #1B8FFF;
|
||||
color: #4154f1;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,14 +12,14 @@
|
|||
background-color: #fff;
|
||||
&:hover {
|
||||
background-color: #fff;
|
||||
color: #409eff;
|
||||
color: #4154f1;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.sort-item-checked {
|
||||
// background-color: #409eff;
|
||||
// background-color: #4154f1;
|
||||
// color: #fff;
|
||||
color: #409eff;
|
||||
color: #4154f1;
|
||||
}
|
||||
.caret-up-down {
|
||||
display: inline-flex;
|
||||
|
@ -29,7 +29,7 @@
|
|||
color:#ccc;
|
||||
}
|
||||
.caret-checked{
|
||||
color: #409eff;
|
||||
color: #4154f1;
|
||||
}
|
||||
.anticon-caret-up{
|
||||
margin-bottom: -.15em;
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
padding: 3px 15px;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
color: #4cacff;
|
||||
color: #4154f1;
|
||||
}
|
||||
}
|
||||
|
||||
.status-item-checked {
|
||||
background: #f7f7f7;
|
||||
color: #4cacff ;
|
||||
color: #4154f1 ;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
color: #ff6800;
|
||||
}
|
||||
.color-deep-blue {
|
||||
color: #1b8fff;
|
||||
color: #4154f1;
|
||||
}
|
||||
.centerbox {
|
||||
width: 1200px;
|
||||
|
@ -27,7 +27,7 @@
|
|||
display: inline-flex;
|
||||
align-items: center;
|
||||
&:hover {
|
||||
color: #409eff;
|
||||
color: #4154f1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -65,11 +65,11 @@
|
|||
}
|
||||
.center-left-butD:hover {
|
||||
background-color: #fff;
|
||||
color: #409eff;
|
||||
color: #4154f1;
|
||||
cursor: pointer;
|
||||
}
|
||||
.center-left-butDACT {
|
||||
background-color: #409eff;
|
||||
background-color: #4154f1;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -215,7 +215,7 @@
|
|||
background-color: #f1f1f1;
|
||||
}
|
||||
a {
|
||||
color: #409eff;
|
||||
color: #4154f1;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
}
|
||||
.list-title:hover {
|
||||
color: #409eff;
|
||||
color: #4154f1;
|
||||
}
|
||||
.list-title span {
|
||||
padding: 3px 5px;
|
||||
|
|
|
@ -189,7 +189,7 @@ export default Form.create()((props) => {
|
|||
|
||||
<span className="with40 fl lineh-35 color-orange">
|
||||
{
|
||||
item.status === 4 && item.papersCount > 0 && (!item.isProofBoolean) && '未上传佐证材料'
|
||||
item.status === 4 && item.papersCount > 0 && (!item.isProofBoolean) && (!item.expertReview) && '未上传佐证材料'
|
||||
}
|
||||
|
||||
{item.status === 6 && item.agreementSigning === 0 && '未选择协议签订方式'}
|
||||
|
|
|
@ -226,7 +226,7 @@ export default Form.create()((props) => {
|
|||
}
|
||||
|
||||
{
|
||||
item.status === 4 && item.papersCount > 0 && (!item.isProofBoolean) && (!item.isProofBoolean) &&
|
||||
item.status === 4 && item.papersCount > 0 && (!item.isProofBoolean) && (!item.expertReview) &&
|
||||
<a onClick={() => { uploadProofs(item) }} className="line_1 color-blue">上传佐证材料</a>
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
.user-box{
|
||||
cursor: pointer;
|
||||
&:hover{
|
||||
color: #409eff;
|
||||
color: #4154f1;
|
||||
}
|
||||
.head-log-small{
|
||||
position: relative;
|
||||
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
}
|
||||
.list-title:hover {
|
||||
color: #409eff;
|
||||
color: #4154f1;
|
||||
}
|
||||
.list-title span {
|
||||
padding: 0px 10px;
|
||||
|
|
|
@ -480,7 +480,7 @@ export default Form.create()(
|
|||
{!detailData.showUserStatus && <Tooltip placement="top" title={"不公示应征者姓名"}>
|
||||
<i data-tip-down="不公示应征者姓名" className="iconfont icon-yincang1 color-grey9 font-20"></i>
|
||||
</Tooltip>}
|
||||
{detailData.status === 4 && dataList.length && (!detailData.isProofBoolean) && detailData.user && (current_user.admin || current_user.login === detailData.user.login) ?
|
||||
{detailData.status === 4 && dataList.length && (!detailData.isProofBoolean) && (!detailData.expertReview) && detailData.user && (current_user.admin || current_user.login === detailData.user.login) ?
|
||||
<a className="line_1 color-blue fr ml20" onClick={() => { setVisibleProofs(true) }}>上传佐证材料</a> : ''}
|
||||
{dataList.length > 0 && taskLimit && <a className="line_1 color-blue fr ml20" onClick={() => { window.open(`${httpUrl}/api/paper/papers/download/${id}`) }}>一键导出成果物 >></a>}
|
||||
{(!detailData.showUserStatus) && taskLimit && <a className="fr color-orange ml20" onClick={showUser}>应征者名单公示 >></a>}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
display: inline-flex;
|
||||
align-items: center;
|
||||
&:hover {
|
||||
color: #409eff;
|
||||
color: #4154f1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -105,7 +105,7 @@
|
|||
}
|
||||
|
||||
.content-download {
|
||||
color: #409eff;
|
||||
color: #4154f1;
|
||||
}
|
||||
|
||||
|
||||
|
@ -152,8 +152,8 @@
|
|||
|
||||
.task-detail{
|
||||
.ant-btn-primary{
|
||||
background-color:#409eff;
|
||||
border-color: #409eff;
|
||||
background-color:#4154f1;
|
||||
border-color: #4154f1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
top: 3px;
|
||||
width: 2px;
|
||||
height: 16px;
|
||||
background: #459be6;
|
||||
background: #4154f1;
|
||||
content: "";
|
||||
}
|
||||
|
||||
|
@ -42,8 +42,8 @@
|
|||
}
|
||||
|
||||
.choose-button.active {
|
||||
color: #4cacff !important;
|
||||
border: 1px solid #4cacff;
|
||||
color: #4154f1 !important;
|
||||
border: 1px solid #4154f1;
|
||||
}
|
||||
|
||||
.gray-form {
|
||||
|
@ -61,7 +61,7 @@
|
|||
padding: 0.25em;
|
||||
font-size: 1rem;
|
||||
color: #fff;
|
||||
background: #1484ef;
|
||||
background: #4154f1;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -113,7 +113,7 @@
|
|||
color: #333;
|
||||
|
||||
&:before {
|
||||
background: #4cacff;
|
||||
background: #4154f1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue