Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
647ecc58
Commit
647ecc58
authored
Sep 16, 2022
by
纪泽龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop_jzl'
parents
a3f88960
410c412f
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
35 additions
and
30 deletions
+35
-30
zehong.scss
gassafetyprogress-web/src/assets/styles/zehong.scss
+1
-1
index.vue
gassafetyprogress-web/src/views/bigWindow/index.vue
+8
-8
index.vue
gassafetyprogress-web/src/views/examine/index.vue
+1
-1
index_v1.vue
gassafetyprogress-web/src/views/index_v1.vue
+6
-1
FilterVue.vue
...tionMonitor/monitorData/component/charsData/FilterVue.vue
+2
-2
index.vue
...perationMonitor/monitorData/component/charsData/index.vue
+3
-3
index.vue
...ss-web/src/views/operationMonitor/xunjianxuncha/index.vue
+7
-7
index.vue
...eb/src/views/statistic/overview/conponents/Left/index.vue
+2
-2
index.vue
.../src/views/statistic/overview/conponents/Middle/index.vue
+2
-2
index.vue
...b/src/views/statistic/overview/conponents/Right/index.vue
+3
-3
No files found.
gassafetyprogress-web/src/assets/styles/zehong.scss
View file @
647ecc58
...
...
@@ -256,7 +256,7 @@
float
:
right
;
}
@media
(
max-width
:
1
1
00px
)
{
@media
(
max-width
:
1
3
00px
)
{
.amap-info
{
transform-origin
:
5%
-100%
!
important
;
transform
:
scale
(
.6
)
!
important
;
...
...
gassafetyprogress-web/src/views/bigWindow/index.vue
View file @
647ecc58
<!--
* @Author: your name
* @Date: 2022-01-11 13:44:17
* @LastEditTime: 2022-08-
24 13:43:01
* @LastEditTime: 2022-08-
31 14:20:03
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/views/Home.vue
...
...
@@ -56,8 +56,8 @@
<!-- 设备按钮 -->
<div
:class=
"
{
'typelist-div': windowInnerWidth > 1
1
00,
'typelist-divZ': windowInnerWidth
<
1
1
00
,
'typelist-div': windowInnerWidth > 1
3
00,
'typelist-divZ': windowInnerWidth
<
1
3
00
,
}"
>
<div
...
...
@@ -84,7 +84,7 @@
</div>
<!-- 头部 -->
<div
class=
"banner-test"
:style=
"
{height:windowInnerWidth>1
1
00?'85px':'70px'}">
<div
class=
"banner-test"
:style=
"
{height:windowInnerWidth>1
3
00?'85px':'70px'}">
<!--
<dv-decoration-5
style=
"width:100%;height:100%;"
/>
-->
<img
src=
"@/assets/mapinages/tb.png"
alt=
""
/>
</div>
...
...
@@ -92,17 +92,17 @@
<!-- 左边 -->
<div
class=
"leftbar"
:style=
"
{ width: windowInnerWidth > 1
024
? '470px' : '300px' }"
:style=
"
{ width: windowInnerWidth > 1
300
? '470px' : '300px' }"
>
<leftBar
v-if=
"windowInnerWidth > 1
024
"
ref=
"mychild2"
></leftBar>
<leftBar
v-if=
"windowInnerWidth > 1
300
"
ref=
"mychild2"
></leftBar>
<leftBarZ
v-else
ref=
"mychild2"
></leftBarZ>
</div>
<!-- 右边 -->
<div
class=
"rightbar"
:style=
"
{ width: windowInnerWidth > 1
024
? '470px' : '300px' }"
:style=
"
{ width: windowInnerWidth > 1
300
? '470px' : '300px' }"
>
<rightBar
v-if=
"windowInnerWidth > 1
024
"
ref=
"mychild"
></rightBar>
<rightBar
v-if=
"windowInnerWidth > 1
300
"
ref=
"mychild"
></rightBar>
<rightBarZ
v-else
ref=
"mychild"
></rightBarZ>
</div>
...
...
gassafetyprogress-web/src/views/examine/index.vue
View file @
647ecc58
...
...
@@ -359,7 +359,7 @@ export default {
display
:
flex
;
justify-content
:
space-around
;
}
@media
(
max-width
:
1
1
00px
)
{
@media
(
max-width
:
1
3
00px
)
{
.exaone
{
overflow
:
hidden
!
important
;
}
...
...
gassafetyprogress-web/src/views/index_v1.vue
View file @
647ecc58
...
...
@@ -90,7 +90,12 @@ export default {
}
}
@media
(
max-width
:
1024px
)
{
// @media (max-width:1024px) {
// .chart-wrapper {
// padding: 8px;
// }
// }
@media
(
max-width
:
1300px
)
{
.chart-wrapper
{
padding
:
8px
;
}
...
...
gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData/FilterVue.vue
View file @
647ecc58
<!--
* @Author: your name
* @Date: 2022-03-29 09:41:23
* @LastEditTime: 2022-08-
25 17:06:40
* @LastEditTime: 2022-08-
31 14:26:57
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData/Filter.vue
...
...
@@ -83,7 +83,7 @@ export default {
.fliter-vue
{
display
:
flex
;
}
@media
(
max-width
:
1
1
00px
)
{
@media
(
max-width
:
1
3
00px
)
{
.filter
{
margin-right
:
20px
!
important
;
}
...
...
gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData/index.vue
View file @
647ecc58
<!--
* @Author: your name
* @Date: 2022-03-25 13:46:23
* @LastEditTime: 2022-08-
25 17:02:07
* @LastEditTime: 2022-08-
31 14:20:33
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData.vue
-->
<
template
>
<div
class=
"chars-data"
>
<TopCard
v-if=
"windowInnerWidth>1
1
00"
:cardList=
"cardList"
/>
<TopCard
v-if=
"windowInnerWidth>1
3
00"
:cardList=
"cardList"
/>
<TopCardZ
v-else
:cardList=
"cardList"
/>
<CzCard
v-if=
"windowInnerWidth>1
1
00"
/>
<CzCard
v-if=
"windowInnerWidth>1
3
00"
/>
<CzCardZ
v-else
/>
<Cg/>
<Fmj/>
...
...
gassafetyprogress-web/src/views/operationMonitor/xunjianxuncha/index.vue
View file @
647ecc58
<!--
* @Author: your name
* @Date: 2022-04-11 14:11:04
* @LastEditTime: 2022-08-
25 15:24:33
* @LastEditTime: 2022-08-
31 14:20:50
* @LastEditors: 纪泽龙 jizelong@qq.com
* @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
...
...
@@ -11,21 +11,21 @@
<div
class=
"wrapper flex-h"
>
<div
class=
"top flex"
>
<div
class=
"left"
>
<Left
v-if=
"windowInnerWidth > 1
1
00"
/>
<Left
v-if=
"windowInnerWidth > 1
3
00"
/>
<LeftZ
v-else
/>
</div>
<div
class=
"middle"
:class=
"
{ z: windowInnerWidth
<
1
1
00
}"
>
<Middle
v-if=
"windowInnerWidth > 1
1
00"
/>
<div
class=
"middle"
:class=
"
{ z: windowInnerWidth
<
1
3
00
}"
>
<Middle
v-if=
"windowInnerWidth > 1
3
00"
/>
<MiddleZ
v-else
/>
</div>
<div
class=
"right"
:class=
"
{ z: windowInnerWidth
<
1
1
00
}"
>
<Right
v-if=
"windowInnerWidth > 1
1
00"
/>
<div
class=
"right"
:class=
"
{ z: windowInnerWidth
<
1
3
00
}"
>
<Right
v-if=
"windowInnerWidth > 1
3
00"
/>
<RightZ
v-else
/>
</div>
</div>
<div
class=
"middle"
></div>
<div
class=
"bottom"
>
<MapBottom
v-if=
"windowInnerWidth > 1
1
00"
/>
<MapBottom
v-if=
"windowInnerWidth > 1
3
00"
/>
<MapBottomZ
v-else
/>
</div>
</div>
...
...
gassafetyprogress-web/src/views/statistic/overview/conponents/Left/index.vue
View file @
647ecc58
<!--
* @Author: your name
* @Date: 2022-04-18 18:00:22
* @LastEditTime: 2022-08-
26 13:54:17
* @LastEditTime: 2022-08-
31 14:21:10
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/statistic/overview/conponents/Left.vue
...
...
@@ -15,7 +15,7 @@
<Scound
title=
"双代设备"
:left=
"two.left"
:right=
"two.right"
/>
</div>
<div
class=
"three"
>
<CharBoxA
v-if=
"windowInnerWidth > 1
1
00"
/>
<CharBoxA
v-if=
"windowInnerWidth > 1
3
00"
/>
<CharBoxAZ
v-else
/>
</div>
<div
class=
"four"
>
...
...
gassafetyprogress-web/src/views/statistic/overview/conponents/Middle/index.vue
View file @
647ecc58
<!--
* @Author: your name
* @Date: 2022-04-19 09:46:51
* @LastEditTime: 2022-08-
26 13:58:42
* @LastEditTime: 2022-08-
31 14:21:16
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/statistic/overview/conponents/Middle.vue
...
...
@@ -9,7 +9,7 @@
<
template
>
<div
class=
"middle-components all-flex-h"
>
<div
class=
"top"
>
<img
:style=
"
{width:windowInnerWidth>1
1
00 ?'100%':'80%'}" src="@/assets/image-overview/titlepic.jpg" alt="" />
<img
:style=
"
{width:windowInnerWidth>1
3
00 ?'100%':'80%'}" src="@/assets/image-overview/titlepic.jpg" alt="" />
</div>
<div
class=
"bottom"
>
<CharsBoxE
/>
...
...
gassafetyprogress-web/src/views/statistic/overview/conponents/Right/index.vue
View file @
647ecc58
<!--
* @Author: your name
* @Date: 2022-04-18 18:00:22
* @LastEditTime: 2022-08-
26 14:08:39
* @LastEditTime: 2022-08-
31 14:21:24
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/statistic/overview/conponents/Left.vue
...
...
@@ -9,14 +9,14 @@
<
template
>
<div
class=
"all-flex-h right-component"
>
<div
class=
"one"
>
<One
v-if=
"windowInnerWidth>1
1
00"
/>
<One
v-if=
"windowInnerWidth>1
3
00"
/>
<OneZ
v-else
/>
</div>
<div
class=
"two"
>
<Two
/>
</div>
<div
class=
"three"
>
<CharBoxC
v-if=
"windowInnerWidth>1
1
00"
/>
<CharBoxC
v-if=
"windowInnerWidth>1
3
00"
/>
<CharBoxCZ
v-else
/>
</div>
<div
class=
"four"
>
...
...
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