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
71783b21
Commit
71783b21
authored
Jun 24, 2021
by
吴俊凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改提交
parent
6544fc44
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
123 additions
and
56 deletions
+123
-56
pointsDetails.scss
src/styles/view/3dview/pointsDetails.scss
+49
-48
pointInfo.scss
src/styles/view/biz/point/pointInfo.scss
+6
-1
Picture.js
src/view/bizview/checkManage/checkDetail/Picture.js
+1
-1
PointInfoContent.js
src/view/bizview/pointInfo/PointInfoContent.js
+2
-2
transparent.css
themes/transparent.css
+65
-4
No files found.
src/styles/view/3dview/pointsDetails.scss
View file @
71783b21
...
@@ -19,6 +19,9 @@
...
@@ -19,6 +19,9 @@
width
:
35px
;
width
:
35px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
content
{
color
:
black
;
}
}
}
.point-details-monitor
{
.point-details-monitor
{
...
@@ -48,7 +51,7 @@
...
@@ -48,7 +51,7 @@
.carousel-img
{
.carousel-img
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
padding
:
5px
padding
:
5px
;
}
}
.carousel-indicators
{
.carousel-indicators
{
...
@@ -79,7 +82,6 @@
...
@@ -79,7 +82,6 @@
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
}
}
.carousel-center-bar
{
.carousel-center-bar
{
position
:
relative
;
position
:
relative
;
height
:
100%
;
height
:
100%
;
...
@@ -110,7 +112,7 @@
...
@@ -110,7 +112,7 @@
display
:
inline
;
display
:
inline
;
font-size
:
7px
;
font-size
:
7px
;
line-height
:
40px
;
line-height
:
40px
;
color
:
$biz-table-font-color
;
//white;
color
:
$biz-table-font-color
;
//white;
.colTitle
{
.colTitle
{
padding-left
:
8px
;
padding-left
:
8px
;
...
@@ -135,9 +137,9 @@
...
@@ -135,9 +137,9 @@
.colTitle
{
.colTitle
{
float
:
left
;
float
:
left
;
width
:
131px
;
//9.84%;
width
:
131px
;
//9.84%;
height
:
40px
;
height
:
40px
;
background
:
$biz-table-title-color
;
//#333;
background
:
$biz-table-title-color
;
//#333;
border-left
:
1px
solid
$core-border-color
;
border-left
:
1px
solid
$core-border-color
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
flex
:
1
;
flex
:
1
;
...
@@ -145,40 +147,40 @@
...
@@ -145,40 +147,40 @@
.colValue
{
.colValue
{
float
:
left
;
float
:
left
;
width
:
131px
;
//9.83%;
width
:
131px
;
//9.83%;
height
:
40px
;
height
:
40px
;
background
:
$content-color
;
//rgb(97, 96, 96);
background
:
$content-color
;
//rgb(97, 96, 96);
flex
:
1
;
flex
:
1
;
border-left
:
1px
solid
$core-border-color
;
border-left
:
1px
solid
$core-border-color
;
}
}
}
}
.point-dialog-modal
{
.point-dialog-modal
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
.amos-modal-container
{
.amos-modal-container
{
// width: 310px !important;
// width: 310px !important;
.amos-modal-close
{
.amos-modal-close
{
color
:
white
;
color
:
white
;
background
:
linear-gradient
(
180deg
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
51
,
0
,
1
)
100%
,
rgba
(
255
,
51
,
0
,
1
)
100%
);
background
:
linear-gradient
(
180deg
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
51
,
0
,
1
)
100%
,
rgba
(
255
,
51
,
0
,
1
)
100%
);
.amos-modal-close-x
{
.amos-modal-close-x
{
width
:
30px
;
width
:
30px
;
height
:
30px
;
height
:
30px
;
line-height
:
30px
;
line-height
:
30px
;
}
}
}
}
.amos-modal-header
{
.amos-modal-header
{
background
:
$model-header-color-3d
;
background
:
$model-header-color-3d
;
height
:
30px
;
height
:
30px
;
padding
:
0
;
padding
:
0
;
.amos-modal-title
{
.amos-modal-title
{
line-height
:
30px
;
line-height
:
30px
;
padding-left
:
9px
;
padding-left
:
9px
;
}
}
}
}
.amos-modal-content
{
.amos-modal-content
{
padding
:
0
;
padding
:
0
;
.point-dialog-body
{
.point-dialog-body
{
.point-dialog-modal-row
{
.point-dialog-modal-row
{
display
:
flex
;
display
:
flex
;
background
:
$model-body-color-3d
;
background
:
$model-body-color-3d
;
...
@@ -201,52 +203,51 @@
...
@@ -201,52 +203,51 @@
}
}
}
}
}
}
}
}
}
}
.risk-warn-modal
{
.risk-warn-modal
{
height
:
100%
;
height
:
100%
;
.amos-modal-container
{
.amos-modal-container
{
width
:
740px
!
important
;
width
:
740px
!
important
;
.amos-modal-close
{
.amos-modal-close
{
color
:
white
;
color
:
white
;
background
:
linear-gradient
(
180deg
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
51
,
0
,
1
)
100%
,
rgba
(
255
,
51
,
0
,
1
)
100%
);
background
:
linear-gradient
(
180deg
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
0
,
102
,
1
)
0%
,
rgba
(
255
,
51
,
0
,
1
)
100%
,
rgba
(
255
,
51
,
0
,
1
)
100%
);
.amos-modal-close-x
{
.amos-modal-close-x
{
width
:
30px
;
width
:
30px
;
height
:
30px
;
height
:
30px
;
line-height
:
30px
;
line-height
:
30px
;
}
}
}
}
.amos-modal-header
{
.amos-modal-header
{
background
:
$model-header-color-3d
;
background
:
$model-header-color-3d
;
height
:
30px
;
height
:
30px
;
padding
:
0
;
padding
:
0
;
.amos-modal-title
{
.amos-modal-title
{
line-height
:
30px
;
line-height
:
30px
;
padding-left
:
9px
;
padding-left
:
9px
;
}
}
}
}
.amos-modal-content
{
.amos-modal-content
{
padding
:
1rem
2rem
2rem
2rem
;
padding
:
1rem
2rem
2rem
2rem
;
max-height
:
45rem
;
max-height
:
45rem
;
.risk-warn
{
.risk-warn
{
.risk-warn-header
{
.risk-warn-header
{
padding-bottom
:
1rem
;
padding-bottom
:
1rem
;
padding-top
:
0
.5rem
;
padding-top
:
0
.5rem
;
padding-left
:
0
.5rem
;
padding-left
:
0
.5rem
;
border
:
1px
solid
$core-border-color
;
border
:
1px
solid
$core-border-color
;
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
}
}
.risk-warn-table
{
.risk-warn-table
{
.ant-table-title
{
.ant-table-title
{
display
:
none
;
display
:
none
;
}
}
.ant-table-body
{
.ant-table-body
{
max-height
:
35rem
!
important
;
max-height
:
35rem
!
important
;
}
}
}
}
.risk-warn-content
{
.risk-warn-content
{
padding-bottom
:
2rem
;
padding-bottom
:
2rem
;
border
:
1px
solid
$core-border-color
;
border
:
1px
solid
$core-border-color
;
margin-top
:
1rem
;
margin-top
:
1rem
;
...
@@ -256,34 +257,34 @@
...
@@ -256,34 +257,34 @@
}
}
}
}
.risk-warn-toast
{
.risk-warn-toast
{
width
:
740px
;
width
:
740px
;
.amos-toast-inner-content
{
.amos-toast-inner-content
{
.amos-toast-inner-title
{
.amos-toast-inner-title
{
width
:
100%
;
width
:
100%
;
height
:
31px
;
height
:
31px
;
background
:
$model-header-color-3d
;
background
:
$model-header-color-3d
;
line-height
:
31px
;
line-height
:
31px
;
padding-left
:
9px
;
padding-left
:
9px
;
}
}
.amos-toast-inner-content
{
.amos-toast-inner-content
{
.risk-warn
{
.risk-warn
{
.risk-warn-header
{
.risk-warn-header
{
padding-bottom
:
1rem
;
padding-bottom
:
1rem
;
padding-top
:
0
.5rem
;
padding-top
:
0
.5rem
;
padding-left
:
0
.5rem
;
padding-left
:
0
.5rem
;
border
:
1px
solid
$core-border-color
;
border
:
1px
solid
$core-border-color
;
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
}
}
.risk-warn-table
{
.risk-warn-table
{
.ant-table-title
{
.ant-table-title
{
display
:
none
;
display
:
none
;
}
}
.ant-table-body
{
.ant-table-body
{
max-height
:
35rem
!
important
;
max-height
:
35rem
!
important
;
}
}
}
}
.risk-warn-content
{
.risk-warn-content
{
padding-bottom
:
2rem
;
padding-bottom
:
2rem
;
border
:
1px
solid
$core-border-color
;
border
:
1px
solid
$core-border-color
;
margin-top
:
1rem
;
margin-top
:
1rem
;
...
@@ -291,12 +292,12 @@
...
@@ -291,12 +292,12 @@
}
}
}
}
}
}
.amos-toast-inner-close
{
.amos-toast-inner-close
{
color
:
white
;
color
:
white
;
top
:
22px
;
top
:
22px
;
i
{
i
{
padding
:
9px
;
padding
:
9px
;
background
:
red
;
background
:
red
;
}
}
}
}
}
}
src/styles/view/biz/point/pointInfo.scss
View file @
71783b21
...
@@ -173,7 +173,6 @@
...
@@ -173,7 +173,6 @@
opacity
:
1
!
important
;
opacity
:
1
!
important
;
}
}
}
}
.amos-cardpane
{
.amos-cardpane
{
&
.amos-cardpane-bordered
{
&
.amos-cardpane-bordered
{
&
.amos-cardpane-animate
{
&
.amos-cardpane-animate
{
...
@@ -201,4 +200,10 @@
...
@@ -201,4 +200,10 @@
}
}
}
}
}
}
.porint-title
{
color
:
black
;
background
:
transparent
;
height
:
'100%'
;
width
:
'100%'
;
}
}
}
src/view/bizview/checkManage/checkDetail/Picture.js
View file @
71783b21
...
@@ -47,7 +47,7 @@ class Picture extends Component {
...
@@ -47,7 +47,7 @@ class Picture extends Component {
{
imgs
.
length
===
0
&&
{
imgs
.
length
===
0
&&
<
div
className
=
"points-details-empty"
style
=
{
emptyStyle
}
>
<
div
className
=
"points-details-empty"
style
=
{
emptyStyle
}
>
<
img
src
=
{
imgStatic
.
datapane
.
smilingFace
}
style
=
{
imgStyle
}
alt
=
""
/>
<
img
src
=
{
imgStatic
.
datapane
.
smilingFace
}
style
=
{
imgStyle
}
alt
=
""
/>
<
p
>
暂无图片
<
/p
>
<
p
className
=
"content"
>
暂无图片
<
/p
>
<
/div
>
<
/div
>
}
}
<
/div
>
<
/div
>
...
...
src/view/bizview/pointInfo/PointInfoContent.js
View file @
71783b21
...
@@ -281,9 +281,9 @@ class PointInfo extends Component {
...
@@ -281,9 +281,9 @@ class PointInfo extends Component {
const
{
goBackAction
}
=
this
.
props
;
const
{
goBackAction
}
=
this
.
props
;
const
{
name
,
no
,
realName
,
checkType
,
groupName
}
=
pointDetail
||
{};
const
{
name
,
no
,
realName
,
checkType
,
groupName
}
=
pointDetail
||
{};
let
pointName
=
name
+
'('
+
no
+
')'
;
let
pointName
=
name
+
'('
+
no
+
')'
;
let
reactNodespan
=
React
.
createElement
(
'span'
,
{
style
:
{
color
:
'black'
,
backgroundColor
:
'transparent'
},
height
:
'100%'
,
width
:
'100%'
},
pointName
);
let
reactNodespan
=
React
.
createElement
(
'span'
,
{
className
:
'porint-title'
},
pointName
);
//设置复选框参数
//设置复选框参数
{ style: { color: 'black', backgroundColor: 'transparent' }, height: '100%', width: '100%' }
let
rowSelection
=
{
let
rowSelection
=
{
selectedRowKeys
:
selectedRowKeys
,
selectedRowKeys
:
selectedRowKeys
,
onChange
:
this
.
onSelectChange
onChange
:
this
.
onSelectChange
...
...
themes/transparent.css
View file @
71783b21
...
@@ -817,7 +817,7 @@ carousel-content {
...
@@ -817,7 +817,7 @@ carousel-content {
background
:
rgba
(
255
,
255
,
255
,
0
);
background
:
rgba
(
255
,
255
,
255
,
0
);
}
}
.point-view
.point-first-row
{
.point-view
.point-first-row
{
height
:
40
%
;
height
:
37
%
;
margin
:
10px
;
margin
:
10px
;
color
:
white
;
color
:
white
;
background
:
rgba
(
255
,
255
,
255
,
0
);
background
:
rgba
(
255
,
255
,
255
,
0
);
...
@@ -881,7 +881,10 @@ carousel-content {
...
@@ -881,7 +881,10 @@ carousel-content {
background
:
rgba
(
255
,
255
,
255
,
0
);
background
:
rgba
(
255
,
255
,
255
,
0
);
border-color
:
#143c70
;
border-color
:
#143c70
;
}
}
.point-view
.create-device-root
.create-device-host-bottom
.device-list-content
.ant-table-header
{
border-top
:
1px
solid
#143c70
;
border-left
:
1px
solid
#143c70
;
}
.point-view
.create-device-root
.create-device-host-top
{
.point-view
.create-device-root
.create-device-host-top
{
width
:
100%
;
width
:
100%
;
height
:
40px
;
height
:
40px
;
...
@@ -1000,7 +1003,7 @@ carousel-content {
...
@@ -1000,7 +1003,7 @@ carousel-content {
background
:
inherit
;
background
:
inherit
;
background-color
:
rgba
(
255
,
255
,
255
,
0
);
background-color
:
rgba
(
255
,
255
,
255
,
0
);
border-radius
:
0
0
0
0
;
border-radius
:
0
0
0
0
;
border-color
:
#
ddddde
;
border-color
:
#
143c70
;
font-size
:
18px
;
font-size
:
18px
;
color
:
white
;
color
:
white
;
text-align
:
left
;
text-align
:
left
;
...
@@ -1045,7 +1048,7 @@ carousel-content {
...
@@ -1045,7 +1048,7 @@ carousel-content {
background
:
rgba
(
255
,
255
,
255
,
0
);
background
:
rgba
(
255
,
255
,
255
,
0
);
border-top
:
2px
solid
#143c70
;
border-top
:
2px
solid
#143c70
;
border-bottom
:
1px
solid
#143c70
;
border-bottom
:
1px
solid
#143c70
;
border-left
:
24
px
solid
#143c70
;
border-left
:
1
px
solid
#143c70
;
}
}
.pointinfo-content
.col_groupcolor4
{
.pointinfo-content
.col_groupcolor4
{
width
:
8%
;
width
:
8%
;
...
@@ -1486,3 +1489,61 @@ li.ant-calendar-time-picker-select-option-selected {
...
@@ -1486,3 +1489,61 @@ li.ant-calendar-time-picker-select-option-selected {
.important-equipment
.ant-table-tbody
.normal-row
{
.important-equipment
.ant-table-tbody
.normal-row
{
background
:
transparent
!important
;
background
:
transparent
!important
;
}
}
.ant-select-dropdown
.ant-select-dropdown-menu-item
,
.ant-select-tree
li
.ant-select-tree-node-content-wrapper
,
.ant-select-tree
li
.ant-select-tree-switcher_open
,
.ant-select-tree
li
.ant-select-tree-switcher_close
,
.ant-dropdown-menu
.ant-dropdown-menu-item
,
.ui-menu
.ui-menu-item
{
color
:
white
;
background
:
rgba
(
27
,
52
,
87
);
}
.pointinfo-content
.porint-title
{
color
:
white
;
background
:
transparent
;
height
:
'100%'
;
width
:
'100%'
;
}
.ant-fullcalendar
{
font-size
:
12px
;
line-height
:
1.5
;
outline
:
none
;
border-top
:
1px
solid
#143c70
;
}
.point-view
.create-device-root
.create-device-host-bottom
.create-device-host-left
.ant-fullcalendar.ant-fullcalendar-full
.ant-fullcalendar-calendar-body
.ant-fullcalendar-table
thead
>
tr
>
th
{
line-height
:
40px
;
color
:
white
;
background
:
#345fa6
;
border
:
1px
solid
#143c70
;
}
.checkDetail-root
.check-header
.check-detail-header
{
width
:
100%
;
float
:
left
;
color
:
white
;
background
:
#143c70
;
padding-left
:
10px
;
text-align
:
left
;
}
.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
;
}
.checkDetail-root
.check-detail-content-input
.check-detail-content2
.ant-table-content
.ant-table-body
{
border-left
:
1px
solid
#143c70
;
}
.checkDetail-root
.content-parent
.content
{
float
:
left
;
width
:
70%
;
padding-top
:
10px
;
padding-left
:
10px
;
color
:
white
;
}
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