Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
耿迪迪
gassafety
Commits
a65e69c4
Commit
a65e69c4
authored
Aug 24, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
左侧导航栏背景
parent
7017e306
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
index.vue
gassafety-web/src/components/TopNav/index.vue
+4
-5
settings.js
gassafety-web/src/settings.js
+2
-1
index.vue
gassafety-web/src/views/dataMonitoring/alarmdetail/index.vue
+2
-2
No files found.
gassafety-web/src/components/TopNav/index.vue
View file @
a65e69c4
...
...
@@ -256,10 +256,9 @@ export default {
rgba
(
255
,
255
,
255
,
0
.7
)
50%
,
rgba
(
0
,
0
,
0
,
0
)
100%
);
&
:last-child
{
width
:
0px
;
height
:
0px
;
}
}
.submenu-title-noDropdown
{
color
:
rgb
(
5
59
106
)
!
important
;
font-weight
:
900
!
important
;
}
</
style
>
gassafety-web/src/settings.js
View file @
a65e69c4
...
...
@@ -4,7 +4,8 @@ module.exports = {
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
*/
sideTheme
:
'theme-dark'
,
// sideTheme: 'theme-dark',
sideTheme
:
'theme-light'
,
/**
* 是否系统布局配置
...
...
gassafety-web/src/views/dataMonitoring/alarmdetail/index.vue
View file @
a65e69c4
...
...
@@ -549,8 +549,8 @@ export default {
getDeviceAlarm
(
this
.
alarmId
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
this
.
active
=
parseInt
(
response
.
data
.
orderStatus
)
+
1
;
this
.
gaoMap
.
resetMapCenter
([
this
.
form
.
longitude
,
this
.
form
.
latitude
]);
this
.
gaoMap
.
addMarker
(
DEVICE_TYPE
.
WORKORDER
,
this
.
form
);
//
this.gaoMap.resetMapCenter([this.form.longitude, this.form.latitude]);
//
this.gaoMap.addMarker(DEVICE_TYPE.WORKORDER, this.form);
if
(
this
.
form
.
pipeList
!=
null
){
let
pipe
=
this
.
form
.
pipeList
[
0
];
...
...
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