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
67c15a78
Commit
67c15a78
authored
Oct 15, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏修改
parent
972a7c56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
screenDisplay.vue
src/components/screenDisplay.vue
+10
-0
No files found.
src/components/screenDisplay.vue
View file @
67c15a78
...
...
@@ -467,6 +467,9 @@ import AMapLoader from "@amap/amap-jsapi-loader";
<div
class=
"thirdLeftLayer_one"
>
<div
class=
"titleStyleTwo"
><p>
当日实时能耗数据
</p></div>
<div
class=
"secondLeftLayer_fourContent"
>
<div
class=
"fourRow"
>
<div
class=
"fourRow_title"
>
{{
stationName
}}
</div>
</div>
<div
class=
"fourRow"
>
<div
class=
"fourRow_label"
>
热耗
</div>
<div
class=
"fourRow_value"
>
{{
formatDecimal
(
thirdDayEnergyForm
.
heat
)
||
'0'
}}
w/m²
</div>
...
...
@@ -4474,6 +4477,13 @@ export default defineComponent({
display
:
flex
;
align-items
:
baseline
;
}
.fourRow_title
{
margin-top
:
10px
;
color
:
white
;
width
:
30%
;
font-size
:
17px
;
font-weight
:
bold
;
}
.fourRow_label
{
color
:
white
;
width
:
30%
;
...
...
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