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
70032cd4
Commit
70032cd4
authored
Aug 13, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整布局
parent
278e0c67
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
17 deletions
+21
-17
screenDisplay.vue
src/components/screenDisplay.vue
+8
-14
OverviewPage.vue
src/views/HandlerPage/OverviewPage.vue
+13
-3
No files found.
src/components/screenDisplay.vue
View file @
70032cd4
...
@@ -220,15 +220,15 @@ import AMapLoader from "@amap/amap-jsapi-loader";
...
@@ -220,15 +220,15 @@ import AMapLoader from "@amap/amap-jsapi-loader";
<div
class=
"rightLayer1 rightLayer3"
style=
"margin-top: 7%"
>
<div
class=
"rightLayer1 rightLayer3"
style=
"margin-top: 7%"
>
<table
v-show=
"menuGYTransfer == 0"
>
<table
v-show=
"menuGYTransfer == 0"
>
<tr>
<tr>
<th
style=
"width:
15
%"
>
名称
</th>
<th
style=
"width:
20
%"
>
名称
</th>
<!--
<th
v-for=
"item in gYTransferValue"
:key=
"item.transferId"
>
<!--
<th
v-for=
"item in gYTransferValue"
:key=
"item.transferId"
>
{{
item
.
transferName
}}
{{
item
.
transferName
}}
</th>
-->
</th>
-->
<th
style=
"width: 1
4
%"
>
一次供温℃
</th>
<th
style=
"width: 1
3
%"
>
一次供温℃
</th>
<th
style=
"width: 1
4
%"
>
一次回温℃
</th>
<th
style=
"width: 1
3
%"
>
一次回温℃
</th>
<th
style=
"width: 1
4
%"
>
1#阀门开度%
</th>
<th
style=
"width: 1
3
%"
>
1#阀门开度%
</th>
<th
style=
"width: 1
4
%"
>
2#阀门开度%
</th>
<th
style=
"width: 1
3
%"
>
2#阀门开度%
</th>
<th
style=
"width: 1
4
%"
>
3阀门开度%
</th>
<th
style=
"width: 1
3
%"
>
3阀门开度%
</th>
<th>
4阀门开度%
</th>
<th>
4阀门开度%
</th>
</tr>
</tr>
<tr
v-for=
"item in gYTransferValue"
:key=
"item.transferId"
>
<tr
v-for=
"item in gYTransferValue"
:key=
"item.transferId"
>
...
@@ -1492,9 +1492,6 @@ export default defineComponent({
...
@@ -1492,9 +1492,6 @@ export default defineComponent({
stack
:
"总量"
,
stack
:
"总量"
,
label
:
{
label
:
{
show
:
true
,
show
:
true
,
// formatter: function (params) {
// return params.value + "%";
// },
position
:
"inside"
,
position
:
"inside"
,
color
:
"#ffffff"
,
color
:
"#ffffff"
,
},
},
...
@@ -1574,9 +1571,6 @@ export default defineComponent({
...
@@ -1574,9 +1571,6 @@ export default defineComponent({
right
:
0
;
right
:
0
;
bottom
:
0
;
bottom
:
0
;
width
:
100%
;
width
:
100%
;
/* min-width: 1890px; */
/* min-width: 1680px; */
/* min-height: 1080px; */
margin
:
0
auto
;
margin
:
0
auto
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
...
@@ -1897,8 +1891,8 @@ export default defineComponent({
...
@@ -1897,8 +1891,8 @@ export default defineComponent({
}
}
.gis_content
.nodata
{
.gis_content
.nodata
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
/* 垂直居中 */
align-items
:
center
;
justify-content
:
center
;
/* 水平居中,如果需要的话 */
justify-content
:
center
;
font-size
:
160%
;
font-size
:
160%
;
color
:
rgb
(
25
,
247
,
255
);
color
:
rgb
(
25
,
247
,
255
);
}
}
...
...
src/views/HandlerPage/OverviewPage.vue
View file @
70032cd4
...
@@ -1629,4 +1629,14 @@ ul.titinfoM li span {
...
@@ -1629,4 +1629,14 @@ ul.titinfoM li span {
.tableStyle td {
.tableStyle td {
text-align: center;
text-align: center;
}
}
@media (min-width: 1700px) {
.mainBlock {
height: 73vh;
}
}
@media (min-width: 2560px) {
.mainBlock {
height: 78vh;
}
}
</
style
>
</
style
>
\ No newline at end of file
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