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
1901dff0
Commit
1901dff0
authored
Aug 19, 2020
by
zhengjiawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消防整改css
parent
03f392f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
fireRectification.scss
src/styles/view/biz/fireRectification/fireRectification.scss
+12
-0
index.js
src/view/bizview/fireRectification/index.js
+4
-1
No files found.
src/styles/view/biz/fireRectification/fireRectification.scss
View file @
1901dff0
...
...
@@ -34,6 +34,7 @@
overflow
:
auto
;
}
}
.search-bgc
{
height
:
vh
(
89
);
font-size
:
0
.2rem
;
...
...
@@ -46,6 +47,17 @@
align-items
:
center
;
padding-top
:
vh
(
25
);
.search-icon
i
{
position
:
relative
;
right
:
20px
;
color
:
rgba
(
0
,
0
,
0
,
0
.25
);
cursor
:
pointer
;
}
.search-icon
i
:hover
{
color
:
rgba
(
0
,
0
,
0
,
0
.65
);
}
.manage-option
{
display
:
flex
;
width
:
vw
(
400
);
...
...
src/view/bizview/fireRectification/index.js
View file @
1901dff0
import
React
,
{
Component
}
from
'react'
;
import
{
Input
,
Select
,
Table
,
DatePicker
,
Pagination
,
Upload
}
from
'amos-antd'
;
import
{
Input
,
Select
,
Table
,
DatePicker
,
Pagination
,
Upload
,
Icon
}
from
'amos-antd'
;
import
{
AmosAlert
,
Modal
}
from
'amos-framework'
;
import
_amosTool
,
{
consts
}
from
'amos-tool'
;
import
SysConsts
from
'amos-processor/lib/config/consts'
;
...
...
@@ -768,6 +768,9 @@ class FireRectification extends Component {
value
=
{
form
.
nameLike
}
onChange
=
{(
e
)
=>
this
.
handlerWhenDataChange
(
'nameLike'
,
e
.
target
.
value
)}
/
>
<
div
className
=
"search-icon"
>
<
Icon
type
=
"cross-circle-o"
onClick
=
{(
e
)
=>
this
.
handlerWhenDataChange
(
'nameLike'
,
''
)}
/
>
<
/div
>
<
div
className
=
"finish-date"
>
<
span
>
要求完成治理日期:
<
/span
>
<
DatePicker
format
=
"YYYY-MM-DD"
placeholder
=
'年-月-日'
onChange
=
{(
e
)
=>
this
.
handlerWhenDataChange
(
'sDate'
,
e
)}
/
>
...
...
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