Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
bb7c1475
Commit
bb7c1475
authored
May 07, 2026
by
zhangjianqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
417596f9
c193c9fd
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
126 additions
and
78 deletions
+126
-78
Left.vue
.../views/operationMonitor/xunjianxuncha/components/Left.vue
+2
-2
Middle.vue
...iews/operationMonitor/xunjianxuncha/components/Middle.vue
+6
-4
Scroll.vue
...iews/operationMonitor/xunjianxuncha/components/Scroll.vue
+1
-1
index.vue
...on-web/src/views/operationMonitor/xunjianxuncha/index.vue
+19
-6
index.vue
zh-baseversion-web/src/views/supervise/analysis/index.vue
+74
-50
Right.vue
...sion-web/src/views/supervise/summary/components/Right.vue
+4
-4
Left.vue
...src/views/supervision/safetysupervise/components/Left.vue
+9
-5
Middle.vue
...c/views/supervision/safetysupervise/components/Middle.vue
+5
-4
index.vue
...rsion-web/src/views/supervision/safetysupervise/index.vue
+6
-2
No files found.
zh-baseversion-web/src/views/operationMonitor/xunjianxuncha/components/Left.vue
View file @
bb7c1475
...
@@ -93,7 +93,7 @@ export default {
...
@@ -93,7 +93,7 @@ export default {
type
:
'category'
,
type
:
'category'
,
data
:
[],
data
:
[],
axisLabel
:
{
axisLabel
:
{
fontSize
:
1
2
,
fontSize
:
1
0
,
interval
:
0
,
interval
:
0
,
rotate
:
30
,
// 如果公司名称太长,可以旋转角度
rotate
:
30
,
// 如果公司名称太长,可以旋转角度
width
:
80
,
width
:
80
,
...
@@ -107,7 +107,7 @@ export default {
...
@@ -107,7 +107,7 @@ export default {
type
:
'value'
,
type
:
'value'
,
name
:
'巡检次数'
,
name
:
'巡检次数'
,
axisLabel
:
{
axisLabel
:
{
fontSize
:
1
2
fontSize
:
1
0
}
}
},
},
series
:
[
series
:
[
...
...
zh-baseversion-web/src/views/operationMonitor/xunjianxuncha/components/Middle.vue
View file @
bb7c1475
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2022-04-11 15:07:47
* @Date: 2022-04-11 15:07:47
* @LastEditTime: 202
2-04-20 11:09:34
* @LastEditTime: 202
6-05-07 10:28:17
* @LastEditors:
Please set LastEditors
* @LastEditors:
纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/topChars/left.vue
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/topChars/left.vue
-->
-->
...
@@ -165,11 +165,13 @@ export default {
...
@@ -165,11 +165,13 @@ export default {
this
.
hiddenBookInfo
=
res
.
data
;
this
.
hiddenBookInfo
=
res
.
data
;
this
.
option
.
series
[
0
].
data
=
[{
value
:
res
.
data
.
finishNum
,
name
:
'整改'
},{
value
:
res
.
data
.
unFinishNum
,
name
:
'未整改'
}];
this
.
option
.
series
[
0
].
data
=
[{
value
:
res
.
data
.
finishNum
,
name
:
'整改'
},{
value
:
res
.
data
.
unFinishNum
,
name
:
'未整改'
}];
this
.
bottomData
=
[
this
.
bottomData
=
[
[{
name
:
"漏气"
,
value
:
res
.
data
.
blowNum
,
color
:
"#604AFF"
},
[
{
name
:
"漏气"
,
value
:
res
.
data
.
blowNum
,
color
:
"#604AFF"
},
{
name
:
"腐蚀"
,
value
:
res
.
data
.
corrosionNum
,
color
:
"#FFC337"
},
{
name
:
"腐蚀"
,
value
:
res
.
data
.
corrosionNum
,
color
:
"#FFC337"
},
{
name
:
"裂缝"
,
value
:
res
.
data
.
crackNum
,
color
:
"#86FF5B"
},
{
name
:
"裂缝"
,
value
:
res
.
data
.
crackNum
,
color
:
"#86FF5B"
},
{
name
:
"设备故障"
,
value
:
res
.
data
.
deviceNum
,
color
:
"#03C4F1"
},
{
name
:
"安全距离不足"
,
value
:
res
.
data
.
distanceNum
,
color
:
"#1F8DF3"
},
{
name
:
"安全距离不足"
,
value
:
res
.
data
.
distanceNum
,
color
:
"#1F8DF3"
},
{
name
:
"设备故障"
,
value
:
res
.
data
.
deviceNum
,
color
:
"#03C4F1"
},
{
name
:
"管道承重"
,
value
:
res
.
data
.
pipeNum
,
color
:
"#03C4F1"
},
{
name
:
"管道承重"
,
value
:
res
.
data
.
pipeNum
,
color
:
"#03C4F1"
},
{
name
:
"其他"
,
value
:
res
.
data
.
otherNum
,
color
:
"#1F8DF3"
}]
{
name
:
"其他"
,
value
:
res
.
data
.
otherNum
,
color
:
"#1F8DF3"
}]
],
],
...
...
zh-baseversion-web/src/views/operationMonitor/xunjianxuncha/components/Scroll.vue
View file @
bb7c1475
...
@@ -69,7 +69,7 @@ export default {
...
@@ -69,7 +69,7 @@ export default {
// 当内容完全滚出容器时,重置位置
// 当内容完全滚出容器时,重置位置
if
(
Math
.
abs
(
this
.
translateY
)
>=
this
.
contentHeight
)
{
if
(
Math
.
abs
(
this
.
translateY
)
>=
this
.
contentHeight
)
{
this
.
translateY
=
this
.
containerHeight
;
this
.
translateY
=
0
;
}
}
},
this
.
interval
);
},
this
.
interval
);
},
},
...
...
zh-baseversion-web/src/views/operationMonitor/xunjianxuncha/index.vue
View file @
bb7c1475
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2022-04-11 14:11:04
* @Date: 2022-04-11 14:11:04
* @LastEditTime: 202
2-04-14 10:45:52
* @LastEditTime: 202
6-05-07 10:19:28
* @LastEditors:
Please set LastEditors
* @LastEditors:
纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/index.vue
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/index.vue
-->
-->
<
template
>
<
template
>
<div
class=
"app-container xjxc"
>
<div
class=
"app-container xjxc"
>
<div
class=
"wrapper flex-h"
>
<div
class=
"wrapper
-b
flex-h"
>
<div
class=
"top flex"
>
<div
class=
"top flex"
>
<div
class=
"left"
>
<div
class=
"left"
>
<Left
/>
<Left
/>
...
@@ -54,20 +54,33 @@ export default {
...
@@ -54,20 +54,33 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.app-main
{
.app-main
{
}
}
.app-container
{
display
:
flex
;
flex-direction
:
column
;
}
.xjxc
{
.xjxc
{
height
:
calc
(
100vh
-
50px
)
!
important
;
height
:
calc
(
100vh
-
50px
)
!
important
;
overflow
:
auto
;
}
}
.flex
{
.flex
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.flex-h
{
.wrapper-b-wrapper
{
flex
:
1
;
// border:1px solid red
// background: red;
}
.wrapper-b
{
display
:
flex
;
display
:
flex
;
// justify-content: space-around;
// justify-content: space-around;
flex-direction
:
column
;
flex-direction
:
column
;
min-height
:
818px
;
height
:
100%
;
height
:
100%
;
height
:
100%
;
.top
{
.top
{
height
:
38
.7
%
;
height
:
42
%
;
.left
{
.left
{
width
:
36
.5%
;
width
:
36
.5%
;
...
@@ -75,7 +88,7 @@ export default {
...
@@ -75,7 +88,7 @@ export default {
}
}
.middle
{
.middle
{
width
:
35
.3%
;
width
:
35
.3%
;
padding
:
15px
80px
19px
71
px
;
padding
:
15px
20px
0px
20
px
;
}
}
.right
{
.right
{
width
:
25
.2%
;
width
:
25
.2%
;
...
...
zh-baseversion-web/src/views/supervise/analysis/index.vue
View file @
bb7c1475
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2022-04-11 14:11:04
* @Date: 2022-04-11 14:11:04
* @LastEditTime: 202
2-04-14 10:45:52
* @LastEditTime: 202
6-05-07 10:07:18
* @LastEditors:
Please set LastEditors
* @LastEditors:
纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/index.vue
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/index.vue
-->
-->
<
template
>
<
template
>
<div
class=
"app-container xjxc"
>
<div
class=
"app-container xjxc"
>
<div
class=
"shai"
>
<div
class=
"shai"
>
<el-select
<el-select
clearable
clearable
v-model=
"danwei"
v-model=
"danwei"
placeholder=
"请选择单位"
placeholder=
"请选择单位"
@
change=
"selectcompanyId"
@
change=
"selectcompanyId"
>
>
<el-option
<el-option
v-for=
"item in enterprises"
v-for=
"item in enterprises"
:key=
"item.enterpriseId"
:key=
"item.enterpriseId"
:label=
"item.enterpriseName"
:label=
"item.enterpriseName"
:value=
"item.enterpriseId"
:value=
"item.enterpriseId"
></el-option>
></el-option>
</el-select>
</el-select>
</div>
</div>
<el-tabs
v-model=
"activeName"
style=
"width: 300px"
@
tab-click=
"handleClick"
>
<el-tabs
v-model=
"activeName"
style=
"width: 300px"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"2026年度"
name=
"2026"
></el-tab-pane>
<el-tab-pane
label=
"2026年度"
name=
"2026"
></el-tab-pane>
...
@@ -30,23 +29,23 @@
...
@@ -30,23 +29,23 @@
<el-tab-pane
label=
"2024年度"
name=
"2024"
></el-tab-pane>
<el-tab-pane
label=
"2024年度"
name=
"2024"
></el-tab-pane>
<el-tab-pane
label=
"2023年度"
name=
"2023"
></el-tab-pane>
<el-tab-pane
label=
"2023年度"
name=
"2023"
></el-tab-pane>
</el-tabs>
</el-tabs>
<div
class=
"wrapper-b-wrapper"
>
<div
class=
"wrapper flex-h"
>
<div
class=
"wrapper-b flex-h"
>
<div
class=
"top flex"
>
<div
class=
"top flex"
>
<div
class=
"right"
>
<div
class=
"right"
>
<Right
:annual=
"activeName"
:companyInfoId=
"companyInfoId"
/>
<Right
:annual=
"activeName"
:companyInfoId=
"companyInfoId"
/>
</div>
<div
class=
"left"
>
<Left
:annual=
"activeName"
:companyInfoId=
"companyInfoId"
/>
</div>
<!--
<div
class=
"middle"
>
-->
<!--
<Middle
/>
-->
<!--
</div>
-->
</div>
</div>
<div
class=
"left"
>
<div
class=
"middle"
></div>
<Left
:annual=
"activeName"
:companyInfoId=
"companyInfoId"
/>
<div
class=
"bottom"
>
<Middle
:annual=
"activeName"
:companyInfoId=
"companyInfoId"
/>
</div>
</div>
<!--
<div
class=
"middle"
>
-->
<!--
<Middle
/>
-->
<!--
</div>
-->
</div>
<div
class=
"middle"
></div>
<div
class=
"bottom"
>
<Middle
:annual=
"activeName"
:companyInfoId=
"companyInfoId"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -61,69 +60,89 @@ export default {
...
@@ -61,69 +60,89 @@ export default {
components
:
{
components
:
{
Left
,
Left
,
Middle
,
Middle
,
Right
Right
,
},
},
data
()
{
data
()
{
return
{
return
{
danwei
:
null
,
danwei
:
null
,
enterprises
:
[],
enterprises
:
[],
activeName
:
'2025'
,
activeName
:
"2025"
,
companyInfoId
:
''
companyInfoId
:
""
,
};
};
},
},
created
()
{
created
()
{
this
.
getEnterpriseLists
();
this
.
getEnterpriseLists
();
},
},
methods
:
{
methods
:
{
selectcompanyId
(
e
){
selectcompanyId
(
e
)
{
this
.
companyInfoId
=
e
;
this
.
companyInfoId
=
e
;
},
},
//所属单位
//所属单位
getEnterpriseLists
(){
getEnterpriseLists
()
{
const
param
=
{};
const
param
=
{};
enterpriseLists
(
param
).
then
(
response
=>
{
enterpriseLists
(
param
).
then
(
(
response
)
=>
{
this
.
enterprises
=
response
.
rows
;
this
.
enterprises
=
response
.
rows
;
});
});
},
},
handleClick
(
tab
,
event
)
{
handleClick
(
tab
,
event
)
{
console
.
log
(
tab
,
event
);
console
.
log
(
tab
,
event
);
}
}
,
},
},
mounted
(){
mounted
()
{},
}
};
};
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.app-main
{
.app-main
{
}
}
.app-container
{
display
:
flex
;
flex-direction
:
column
;
}
.xjxc
{
.xjxc
{
height
:
calc
(
100vh
-
50px
)
!
important
;
height
:
calc
(
100vh
-
50px
)
!
important
;
overflow
:
auto
;
}
}
.flex
{
.flex
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.flex-h
{
.wrapper-b-wrapper
{
flex
:
1
;
// border:1px solid red
// background: red;
}
.wrapper-b
{
display
:
flex
;
display
:
flex
;
// justify-content: space-around;
// justify-content: space-around;
flex-direction
:
column
;
flex-direction
:
column
;
min-height
:
818px
;
min-width
:
1400px
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
.top
{
.top
{
height
:
38
.7%
;
height
:
40%
;
.left
{
.left
{
width
:
70%
;
width
:
70%
;
box-sizing
:
border-box
;
padding
:
15px
24px
19px
;
padding
:
15px
24px
19px
;
}
}
.middle
{
.middle
{
width
:
35
.3%
;
width
:
35
.3%
;
box-sizing
:
border-box
;
padding
:
15px
80px
19px
71px
;
padding
:
15px
80px
19px
71px
;
}
}
.right
{
.right
{
width
:
30
.2%
;
width
:
30
.2%
;
padding
:
15px
29px
;
box-sizing
:
border-box
;
padding
:
15px
10px
;
}
}
>
div
{
>
div
{
// box-shadow: 2px 0px 13px 1px rgba(0, 0, 0, 0.1);
// box-shadow: 2px 0px 13px 1px rgba(0, 0, 0, 0.1);
...
@@ -131,26 +150,31 @@ export default {
...
@@ -131,26 +150,31 @@ export default {
border-radius
:
3px
;
border-radius
:
3px
;
}
}
}
}
>
.middle
{
>
.middle
{
margin
:
5px
0
;
margin
:
5px
0
;
background
:
repeating-linear-gradient
(
135deg
,
transparent
,
transparent
3px
,
#D6D6D6
3px
,
#D6D6D6
8px
);
background
:
repeating-linear-gradient
(
135deg
,
transparent
,
transparent
3px
,
#d6d6d6
3px
,
#d6d6d6
8px
);
height
:
2px
;
height
:
2px
;
}
}
.bottom
{
.bottom
{
flex
:
1
;
flex
:
1
;
}
}
>
div
{
>
div
{
// height: 50%;
// height: 50%;
}
}
}
}
.shai
{
.shai
{
position
:
fixed
;
position
:
fixed
;
right
:
20px
;
right
:
20px
;
width
:
300px
;
width
:
300px
;
height
:
40px
;
height
:
40px
;
}
}
::v-deep
.el-select
{
::v-deep
.el-select
{
width
:
300px
;
width
:
300px
;
}
}
</
style
>
</
style
>
zh-baseversion-web/src/views/supervise/summary/components/Right.vue
View file @
bb7c1475
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2022-04-11 15:07:47
* @Date: 2022-04-11 15:07:47
* @LastEditTime: 202
2-04-14 18:00:06
* @LastEditTime: 202
6-05-07 10:33:41
* @LastEditors:
Please set LastEditors
* @LastEditors:
纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/topChars/left.vue
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/topChars/left.vue
-->
-->
...
@@ -151,12 +151,12 @@
...
@@ -151,12 +151,12 @@
height
:
30vh
;
height
:
30vh
;
}
}
.right
{
.right
{
width
:
55
%
;
width
:
60
%
;
height
:
30vh
;
height
:
30vh
;
}
}
.onehang
{
.onehang
{
width
:
100%
;
width
:
100%
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
flex
;
display
:
flex
;
}
}
.one
{
.one
{
...
...
zh-baseversion-web/src/views/supervision/safetysupervise/components/Left.vue
View file @
bb7c1475
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2022-04-11 15:07:47
* @Date: 2022-04-11 15:07:47
* @LastEditTime: 202
2-04-14 18:00:06
* @LastEditTime: 202
6-05-07 10:38:55
* @LastEditors:
Please set LastEditors
* @LastEditors:
纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/topChars/left.vue
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/topChars/left.vue
-->
-->
<
template
>
<
template
>
<div
style=
"display:flex; "
>
<div
class=
"l-r"
style=
"display:flex; "
>
<div
class=
"upon"
>
物联监测设备
</div>
<div
class=
"upon"
>
物联监测设备
</div>
<div
class=
"left"
id =
"main2"
>
<div
class=
"left"
id =
"main2"
>
<Chars
:options=
"option"
/>
<Chars
:options=
"option"
/>
...
@@ -143,6 +143,9 @@
...
@@ -143,6 +143,9 @@
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.l-r
{
position
:relative
}
.left
{
.left
{
width
:
40%
;
width
:
40%
;
height
:
30vh
;
height
:
30vh
;
...
@@ -174,8 +177,9 @@
...
@@ -174,8 +177,9 @@
margin-right
:
5px
;
margin-right
:
5px
;
}
}
.upon
{
.upon
{
position
:
fixed
;
position
:
absolute
;
width
:
30%
;
left
:
50%
;
transform
:
translateX
(
-50%
);
text-align
:
center
;
text-align
:
center
;
font-size
:
24px
;
font-size
:
24px
;
}
}
...
...
zh-baseversion-web/src/views/supervision/safetysupervise/components/Middle.vue
View file @
bb7c1475
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2022-04-11 15:07:47
* @Date: 2022-04-11 15:07:47
* @LastEditTime: 202
2-04-20 11:09:34
* @LastEditTime: 202
6-05-07 10:40:57
* @LastEditors:
Please set LastEditors
* @LastEditors:
纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/topChars/left.vue
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/topChars/left.vue
-->
-->
...
@@ -121,7 +121,7 @@ export default {
...
@@ -121,7 +121,7 @@ export default {
.two
{
.two
{
// flex: 1;
// flex: 1;
>
.left
{
>
.left
{
margin-right
:
7
0px
;
margin-right
:
2
0px
;
.first
{
.first
{
margin-bottom
:
6px
;
margin-bottom
:
6px
;
}
}
...
@@ -156,7 +156,7 @@ export default {
...
@@ -156,7 +156,7 @@ export default {
}
}
.chars-box
{
.chars-box
{
width
:
220px
;
width
:
220px
;
height
:
2
2
0px
;
height
:
2
0
0px
;
margin
:
0
auto
;
margin
:
0
auto
;
}
}
}
}
...
@@ -171,6 +171,7 @@ export default {
...
@@ -171,6 +171,7 @@ export default {
// display: flex;
// display: flex;
// flex-direction: column;
// flex-direction: column;
// justify-content: space-between;
// justify-content: space-between;
.first
{
.first
{
text-align
:
left
;
text-align
:
left
;
.text
{
.text
{
...
...
zh-baseversion-web/src/views/supervision/safetysupervise/index.vue
View file @
bb7c1475
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2022-04-11 14:11:04
* @Date: 2022-04-11 14:11:04
* @LastEditTime: 202
2-04-14 10:45:5
2
* @LastEditTime: 202
6-05-07 10:37:0
2
* @LastEditors:
Please set LastEditors
* @LastEditors:
纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/index.vue
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/index.vue
-->
-->
...
@@ -56,6 +56,8 @@ export default {
...
@@ -56,6 +56,8 @@ export default {
}
}
.xjxc
{
.xjxc
{
height
:
calc
(
100vh
-
50px
)
!
important
;
height
:
calc
(
100vh
-
50px
)
!
important
;
overflow
:
auto
;
}
}
.flex
{
.flex
{
display
:
flex
;
display
:
flex
;
...
@@ -65,6 +67,8 @@ export default {
...
@@ -65,6 +67,8 @@ export default {
display
:
flex
;
display
:
flex
;
// justify-content: space-around;
// justify-content: space-around;
flex-direction
:
column
;
flex-direction
:
column
;
min-width
:
1400px
;;
width
:
100%
;
height
:
100%
;
height
:
100%
;
.top
{
.top
{
height
:
38
.7%
;
height
:
38
.7%
;
...
...
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