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
c7416add
Commit
c7416add
authored
Jun 24, 2021
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.告警日志页面样式修改
2.table表格样式修改
parent
71783b21
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
87 additions
and
7 deletions
+87
-7
alarm.scss
src/styles/view/biz/situation/alarm.scss
+71
-4
var.scss
src/styles/view/var.scss
+3
-0
AlarmSearch.js
src/view/bizview/situation/alarm/AlarmSearch.js
+2
-1
transparent.css
themes/transparent.css
+11
-2
No files found.
src/styles/view/biz/situation/alarm.scss
View file @
c7416add
...
...
@@ -7,11 +7,11 @@
display
:
none
;
}
.alarm-view-search
{
.
custom-
alarm-view-search
{
width
:
100%
;
height
:
45px
;
line-height
:
40px
;
background-color
:
$
biz-title-color
;
background-color
:
$
page-header-background
;
.alarm-view-select-1
{
display
:
inline-block
;
...
...
@@ -39,16 +39,83 @@
.aficon-down
{
&
:
:
before
{
color
:
$co
re
-color
;
color
:
$co
ntent
-color
;
}
}
.ant-calendar-picker-icon
{
color
:
$core-color
;
&
:
:
after
{
color
:
$content-color
;
}
}
.ant-calendar-picker-input
{
height
:
30px
;
border
:
$page-border-style
;
background
:
$page-header-background
;
color
:
$content-color
;
}
.amos-select-dropdown
{
border
:
$page-border-style
;
}
.amos-input
{
border
:
$page-border-style
;
margin-right
:
5px
;
}
.ant-calendar-range-picker-separator
{
color
:
$content-color
;
}
}
}
.custom-picker
{
&
.ant-calendar-picker-container
{
.ant-calendar
{
background
:
$custom-picker-color
;
.ant-calendar-month-panel-cell-disabled
{
a
{
color
:
#bcbcbc
;
}
}
}
.ant-calendar-date-input-wrap
{
.ant-calendar-input
{
background-color
:
$custom-picker-color
;
color
:
$content-color
;
}
}
}
.ant-calendar-range
{
.ant-calendar-range-middle
{
color
:
white
;
}
.ant-calendar-in-range-cell
{
&
:before
{
background
:
#4e6490
;
}
}
&
.ant-calendar-time
{
.ant-calendar-time-picker-combobox
{
background
:
$custom-picker-color
;
}
}
}
.ant-calendar-month-panel
{
background
:
$custom-picker-color
;
}
.ant-calendar-year-panel
{
background
:
$custom-picker-color
;
}
.ant-calendar-decade-panel
{
background
:
$custom-picker-color
;
}
}
src/styles/view/var.scss
View file @
c7416add
...
...
@@ -74,3 +74,6 @@ $biz-title-color: rgba(243, 243, 243, 1);//$component-bg-active;
$biz-border-color
:
rgba
(
201
,
201
,
201
,
1
);
$model-header-color-3d
:
#ebebeb
;
$model-body-color-3d
:
#f9f9f9
;
$page-header-background
:
#01133b
;
$page-border-style
:
1px
solid
#1f5383
;
$custom-picker-color
:
#063c8c
;
src/view/bizview/situation/alarm/AlarmSearch.js
View file @
c7416add
...
...
@@ -72,7 +72,7 @@ class AlarmSearch extends Component {
render
()
{
let
{
equipData
,
searchParam
}
=
this
.
state
;
return
(
<
div
className
=
"alarm-view-search"
>
<
div
className
=
"
custom-
alarm-view-search"
>
{
/*<div className="alarm-view-select-1">
<span>建/构筑物:</span>
<Select
...
...
@@ -96,6 +96,7 @@ class AlarmSearch extends Component {
<
div
className
=
"alarm-view-select-3"
>
<
span
>
报警时间:
<
/span
>
<
RangePicker
dropdownClassName
=
"custom-picker"
style
=
{{
width
:
400
}}
format
=
"YYYY-MM-DD HH:mm:ss"
onChange
=
{
e
=>
this
.
onSelectChange
(
'time'
,
e
)}
...
...
themes/transparent.css
View file @
c7416add
...
...
@@ -30,14 +30,23 @@
margin-bottom
:
0
!important
;
overflow
:
hidden
;
background
:
transparent
;
border-top
:
1px
solid
#1f5383
;
}
.ant-table-fixed-header
.ant-table-header
>
table
{
border-left
:
1px
solid
#1f5383
;
}
.ant-table-fixed-header
.ant-table-body
>
table
{
border-left
:
1px
solid
#1f5383
;
}
.ant-table-header
>
table
{
border-top
:
#1f5383
!important
;
}
.ant-table-
bordered
.ant-table-body
>
table
{
border
:
1px
solid
#1f5383
!important
;
.ant-table-
header
>
table
{
border
-top
:
#1f5383
!important
;
}
.ant-table-content
.ant-table-placeholder
{
...
...
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