Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
8aa30af3
Commit
8aa30af3
authored
Jul 14, 2024
by
梁淳峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
240714
parent
9d8707dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
PLATFORM.png
public/imgs/home/PLATFORM.png
+0
-0
home.vue
src/views/home.vue
+3
-2
No files found.
public/imgs/home/PLATFORM.png
View replaced file @
9d8707dd
View file @
8aa30af3
61.5 KB
|
W:
|
H:
63.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/home.vue
View file @
8aa30af3
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
</div>
</div>
</div>
</div>
<div
class=
"ams-container"
:style=
"
{ left: menuWidth-2 + 'px' }">
<div
class=
"ams-container"
:style=
"
{ left: menuWidth-2 + 'px' }">
<div
class=
"ams-header"
>
<div
class=
"ams-header"
style=
" background-color: #526bab; color:white"
>
<div
class=
"enterprise-name"
>
<div
class=
"enterprise-name"
>
<el-dropdown
size=
"'large'"
style=
"margin-left: 10px;margin-top: 5px;color:blue; width: 100%;"
<el-dropdown
size=
"'large'"
style=
"margin-left: 10px;margin-top: 5px;color:blue; width: 100%;"
@
command=
"handleCommand"
:trigger=
"(roleId > 2) ? 'contextmenu' : 'hover'"
>
@
command=
"handleCommand"
:trigger=
"(roleId > 2) ? 'contextmenu' : 'hover'"
>
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
</
template
>
</
template
>
</el-dropdown>
</el-dropdown>
</div>
</div>
<div
class=
"header-weather"
id=
"
mt
"
>
<div
class=
"header-weather"
id=
""
>
<el-row
style=
"left: 2.5%;widows: 60px;"
>
<el-row
style=
"left: 2.5%;widows: 60px;"
>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<div>
温度 ℃
<div>
温度 ℃
...
@@ -240,6 +240,7 @@ export default defineComponent({
...
@@ -240,6 +240,7 @@ export default defineComponent({
var
amslogo_url
=
new
URL
(
'/imgs/home/LOGO_index.png'
,
import
.
meta
.
url
).
href
;
var
amslogo_url
=
new
URL
(
'/imgs/home/LOGO_index.png'
,
import
.
meta
.
url
).
href
;
const
amslogo
=
ref
(
amslogo_url
);
const
amslogo
=
ref
(
amslogo_url
);
var
currLogoUrl
=
new
URL
(
'/imgs/home/PLATFORM.png'
,
import
.
meta
.
url
).
href
;
var
currLogoUrl
=
new
URL
(
'/imgs/home/PLATFORM.png'
,
import
.
meta
.
url
).
href
;
//var backgroundImageUrl=new URL('/imgs/home/PLATFORM.png',import.meta.url).href;
var
amslogo_style
=
reactive
({
height
:
50
,
width
:
150
});
var
amslogo_style
=
reactive
({
height
:
50
,
width
:
150
});
//控制左侧导航菜单的展开和隐藏
//控制左侧导航菜单的展开和隐藏
...
...
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