Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
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
station
amos-convertor-view
Commits
e1cecf54
Commit
e1cecf54
authored
Sep 14, 2021
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
巡查统计->巡查记录页面修改返回按钮,弹框宽度
parent
756cd17f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
3 deletions
+26
-3
CheckDetailNew.js
src/view/bizview/checkManage/checkDetail/CheckDetailNew.js
+7
-3
cdn.scss
src/view/bizview/checkManage/checkDetail/cdn.scss
+13
-0
transparent.css
themes/transparent.css
+6
-0
No files found.
src/view/bizview/checkManage/checkDetail/CheckDetailNew.js
View file @
e1cecf54
...
...
@@ -4,6 +4,7 @@ import { Modal, Carousel, Button } from 'amos-framework';
import
dt2react
from
'dt2react'
;
// import { browserHistory } from 'amos-react-router/lib';
import
{
getHistory
}
from
'amos-designer/lib/utils/history'
;
import
{
Table
}
from
'amos-antd/lib'
;
import
{
fetchCheckDetailById
,
fetchCheckInputByIdNew
,
fetchShortByCheckIdAndCheckInputId
}
from
'./../../../../services/checkService'
;
import
CheckDetailTable
from
'./CheckDetailTable'
;
import
CheckInputTable
from
'./CheckInputTable'
;
...
...
@@ -11,7 +12,7 @@ import { XJBaseURI } from './../../../../consts/urlConsts';
import
{
renderLongTime
}
from
'./../../../bizview/common/tableComponent/tool'
;
import
Picture
from
'./Picture'
;
import
{
pathMapping
}
from
'./../../../../routes/customRoutes'
;
import
{
Table
}
from
'amos-antd/lib
'
;
import
BizIcon
from
'./../../../common/icon/BizIcon
'
;
import
'./cdn.scss'
;
const
CheckListPath
=
()
=>
pathMapping
.
checkDetail
;
...
...
@@ -29,8 +30,10 @@ const checkDetailHeaderResult = checkDetail => {
pointNo
=
checkDetail
.
pointNo
;
}
}
return
<
div
className
=
""
>
<
Button
icon
=
{
<
img
src
=
"/src/assets/fsc/img/back.png"
alt
=
""
height
=
"28px"
/>
}
transparent
onClick
=
{()
=>
getHistory
().
goBack
()}
/
>
return
<
div
className
=
"check-detail-header-div"
>
<
div
className
=
"check-detail-new-header-goback"
>
<
Button
icon
=
{
<
BizIcon
icon
=
"fanhui"
/>
}
transparent
onClick
=
{()
=>
getHistory
().
goBack
()}
/
>
<
/div
>
<
span
>
{
`
${
checkTime
}
${
pointName
}
(
${
pointNo
}
)`
}
<
/span
>
<
/div>
;
};
...
...
@@ -495,6 +498,7 @@ class CheckDetailNew extends Component {
closable
onCancel
=
{
this
.
onItemCancel
}
content
=
{
this
.
getItemContext
()}
width
=
'1000px'
/>
<
Modal
className
=
"check-item-modal-new"
...
...
src/view/bizview/checkManage/checkDetail/cdn.scss
View file @
e1cecf54
...
...
@@ -15,3 +15,16 @@
padding
:
1em
;
}
}
.check-detail-new-header-goback
{
float
:
left
;
width
:
3%
;
text-align
:
center
;
button
{
height
:
2
.5rem
;
background
:
white
;
border
:
1px
solid
#ddddde
;
opacity
:
1
;
}
}
themes/transparent.css
View file @
e1cecf54
...
...
@@ -1551,6 +1551,12 @@ li.ant-calendar-time-picker-select-option-selected {
padding-left
:
10px
;
text-align
:
left
;
}
.checkDetail-root
.check-header
.check-detail-header
.check-detail-header-div
.check-detail-new-header-goback
button
{
height
:
2.5rem
;
background
:
rgb
(
0
19
53
);
border
:
1px
solid
#143c70
;
opacity
:
1
;
}
.checkDetail-root
.check-detail-content-input
.check-detail-content2
.ant-table-content
.ant-table-header
{
border-top
:
1px
solid
#143c70
;
border-left
:
1px
solid
#143c70
;
...
...
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