Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
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
李苏
sgaqgl-vue
Commits
408aed6f
Commit
408aed6f
authored
Oct 19, 2023
by
王向前
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
homepage
parent
adc38f01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
9 deletions
+16
-9
index.vue
src/views/threeViolations/homePage/index.vue
+16
-9
No files found.
src/views/threeViolations/homePage/index.vue
View file @
408aed6f
...
...
@@ -45,7 +45,7 @@
<div
class=
"yhzl-big-box-title"
style=
"padding-top: 1.5%;"
>
违规行为
</div>
<div
class=
"echarts"
>
<div
class=
"lbt"
v-if=
"showList.length > 0"
>
<el-carousel
:height=
'carHeight'
>
<el-carousel
style=
"height: 100%;"
>
<el-carousel-item
v-for=
"(item, index) in showList"
:key=
"item.id + index"
>
<div
class=
"lbtAll"
>
<div
class=
"sm"
>
...
...
@@ -81,9 +81,6 @@
rfxpcChart.resize();
lzglChart.resize();
ygzcChart.resize();
height=refs('homePageBody').parentNode.clientHeight;
}
"
id
=
"yjylChart"
class
=
"chart-auto"
><
/div
>
<
/div
>
<
/div
>
...
...
@@ -151,7 +148,9 @@
<
div
class
=
"yhzl-big-box"
>
<
div
class
=
"yhzl-big-box-title"
>
风险排查
<
/div
>
<
div
class
=
"echarts"
>
<
div
id
=
"rfxpcChart"
class
=
"chart-auto"
><
/div
>
<
div
id
=
"rfxpcChart"
v
-
echartResize
=
"()=>{
}
"
class
=
"chart-auto"
><
/div
>
<
/div
>
<
/div
>
...
...
@@ -1116,10 +1115,12 @@ doQueryWithFile({}).then(res => {
height
:
calc
(
100
%
-
48
px
);
width
:
100
%
;
margin
-
top
:
48
px
;
display
:
flex
;
//
display: flex;
}
.
page
-
left
{
flex
:
1
;
// flex: 1;
width
:
25
%
;
float
:
left
;
height
:
100
%
;
display
:
inline
-
block
;
...
...
@@ -1149,7 +1150,8 @@ doQueryWithFile({}).then(res => {
}
.
page
-
center
{
flex
:
0
0
50
%
;
// flex: 0 0 50%;
width
:
50
%
;
height
:
100
%
;
display
:
inline
-
block
;
...
...
@@ -1210,7 +1212,9 @@ doQueryWithFile({}).then(res => {
}
.
page
-
right
{
flex
:
1
;
// flex:1;
width
:
25
%
;
float
:
right
;
height
:
100
%
;
.
page
-
right
-
t
,
...
...
@@ -1246,6 +1250,9 @@ doQueryWithFile({}).then(res => {
height
:
83
%
;
margin
:
1
%
0
0
0
;
}
.
el
-
carousel__container
{
height
:
100
%!
important
;
}
}
...
...
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