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
463faa8c
Commit
463faa8c
authored
Jan 21, 2022
by
翟鹏鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物联日志颜色修改
parent
93e87131
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
alarm.scss
src/styles/view/biz/situation/alarm.scss
+4
-0
AlarmSearch.js
src/view/bizview/situation/alarm/AlarmSearch.js
+3
-3
No files found.
src/styles/view/biz/situation/alarm.scss
View file @
463faa8c
...
...
@@ -69,6 +69,10 @@
color
:
$content-color
;
}
.fontColorCss
{
color
:
$content-color
;
}
}
}
.custom-picker
{
...
...
src/view/bizview/situation/alarm/AlarmSearch.js
View file @
463faa8c
...
...
@@ -84,7 +84,7 @@ class AlarmSearch extends Component {
/>
</div>*/
}
<
div
className
=
"alarm-view-select-2"
>
<
span
>
保护对象:
<
/span
>
<
span
className
=
"fontColorCss"
>
保护对象:
<
/span
>
<
Select
className
=
"alarm-view-select"
data
=
{
equipData
}
...
...
@@ -94,7 +94,7 @@ class AlarmSearch extends Component {
/
>
<
/div
>
<
div
className
=
"alarm-view-select-3"
>
<
span
>
报警时间:
<
/span
>
<
span
className
=
"fontColorCss"
>
报警时间:
<
/span
>
<
RangePicker
dropdownClassName
=
"custom-picker"
style
=
{{
width
:
400
}}
...
...
@@ -108,7 +108,7 @@ class AlarmSearch extends Component {
/
>
<
/div
>
<
div
className
=
"alarm-view-input"
>
<
span
>
名称:
<
/span
>
<
span
className
=
"fontColorCss"
>
名称:
<
/span
>
<
Input
value
=
{
searchParam
.
fireEquipmentName
}
onChange
=
{
e
=>
this
.
onChange
(
'fireEquipmentName'
,
e
.
target
.
value
)}
/
>
<
Button
icon
=
{
<
BizIcon
icon
=
'sousuo'
/>
}
transparent
onClick
=
{
this
.
searchData
}
/
>
<
/div
>
...
...
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