Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄庭坚
jinfa-platform
Commits
bad6a63e
Commit
bad6a63e
authored
Jul 14, 2021
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 部分招标页面流转记录按钮颜色异常
parent
123a82fa
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
110 additions
and
1 deletion
+110
-1
index.tsx
...s/procurement/callForBids/addRemarkBidCommittee/index.tsx
+1
-1
index.less
...nt/callForBids/readyCheckedConfirmFirst/detail/index.less
+15
-0
index.less
...t/callForBids/readyCheckedConfirmSecond/detail/index.less
+15
-0
index.less
...procurement/callForBids/readyConfirmBid/detail/index.less
+15
-0
index.less
...ocurement/callForBids/readyExpertRemark/detail/index.less
+16
-0
index.less
...es/procurement/callForBids/readyPassBid/detail/index.less
+15
-0
index.less
...curement/callForBids/readySendBidNotice/detail/index.less
+17
-0
index.less
...ocurement/callForBids/readySubmitReport/detail/index.less
+16
-0
No files found.
src/pages/procurement/callForBids/addRemarkBidCommittee/index.tsx
View file @
bad6a63e
...
@@ -71,7 +71,7 @@ const AddRemarkBidCommittee:React.FC<AddRemarkBidCommitteeProps> = (props) => {
...
@@ -71,7 +71,7 @@ const AddRemarkBidCommittee:React.FC<AddRemarkBidCommitteeProps> = (props) => {
data
.
code
=
data
[
'inviteTender'
][
'code'
]
data
.
code
=
data
[
'inviteTender'
][
'code'
]
data
.
projectName
=
data
[
'inviteTender'
][
'projectName'
]
data
.
projectName
=
data
[
'inviteTender'
][
'projectName'
]
data
.
openTenderTime
=
formatTimeString
(
data
[
'inviteTender'
][
'openTenderTime'
])
data
.
openTenderTime
=
formatTimeString
(
data
[
'inviteTender'
][
'openTenderTime'
])
data
.
status
=
data
.
status
?
'
待发送'
:
'已
发送'
data
.
status
=
data
.
status
?
'
已发送'
:
'待
发送'
setInitFormValue
(
transformAreaField
(
data
,
'render'
))
setInitFormValue
(
transformAreaField
(
data
,
'render'
))
}
}
})
})
...
...
src/pages/procurement/callForBids/readyCheckedConfirmFirst/detail/index.less
View file @
bad6a63e
.cardWrap {
:global {
.ant-radio-button-wrapper:hover {
color: #606266;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
color: #fff;
background: #6B778C;
border-color: #6B778C;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
background-color: #6B778C;
}
}
}
src/pages/procurement/callForBids/readyCheckedConfirmSecond/detail/index.less
View file @
bad6a63e
.cardWrap {
:global {
.ant-radio-button-wrapper:hover {
color: #606266;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
color: #fff;
background: #6B778C;
border-color: #6B778C;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
background-color: #6B778C;
}
}
}
src/pages/procurement/callForBids/readyConfirmBid/detail/index.less
View file @
bad6a63e
.cardWrap {
:global {
.ant-radio-button-wrapper:hover {
color: #606266;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
color: #fff;
background: #6B778C;
border-color: #6B778C;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
background-color: #6B778C;
}
}
}
src/pages/procurement/callForBids/readyExpertRemark/detail/index.less
View file @
bad6a63e
...
@@ -7,3 +7,19 @@
...
@@ -7,3 +7,19 @@
font-size: 12px;
font-size: 12px;
color: #909399;
color: #909399;
}
}
.cardWrap {
:global {
.ant-radio-button-wrapper:hover {
color: #606266;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
color: #fff;
background: #6B778C;
border-color: #6B778C;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
background-color: #6B778C;
}
}
}
src/pages/procurement/callForBids/readyPassBid/detail/index.less
View file @
bad6a63e
.cardWrap {
:global {
.ant-radio-button-wrapper:hover {
color: #606266;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
color: #fff;
background: #6B778C;
border-color: #6B778C;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
background-color: #6B778C;
}
}
}
src/pages/procurement/callForBids/readySendBidNotice/detail/index.less
View file @
bad6a63e
...
@@ -33,3 +33,20 @@
...
@@ -33,3 +33,20 @@
}
}
}
}
.cardWrap {
:global {
.ant-radio-button-wrapper:hover {
color: #606266;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
color: #fff;
background: #6B778C;
border-color: #6B778C;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
background-color: #6B778C;
}
}
}
src/pages/procurement/callForBids/readySubmitReport/detail/index.less
View file @
bad6a63e
...
@@ -7,3 +7,19 @@
...
@@ -7,3 +7,19 @@
font-size: 12px;
font-size: 12px;
color: #909399;
color: #909399;
}
}
.cardWrap {
:global {
.ant-radio-button-wrapper:hover {
color: #606266;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
color: #fff;
background: #6B778C;
border-color: #6B778C;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
background-color: #6B778C;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment