Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
Commits
df53c830
Commit
df53c830
authored
Jul 29, 2021
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
41696f61
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
33 additions
and
8 deletions
+33
-8
gassafety.scss
gassafety-web/src/assets/styles/gassafety.scss
+20
-0
flowMeter.vue
gassafety-web/src/components/PopWindow/flowMeter.vue
+0
-1
pipelineView.vue
gassafety-web/src/components/PopWindow/pipelineView.vue
+12
-3
pressureGage.vue
gassafety-web/src/components/PopWindow/pressureGage.vue
+0
-1
regulatorBox.vue
gassafety-web/src/components/PopWindow/regulatorBox.vue
+0
-1
valveWell.vue
gassafety-web/src/components/PopWindow/valveWell.vue
+0
-1
gaodeMap.js
gassafety-web/src/utils/gaodeMap.js
+1
-1
No files found.
gassafety-web/src/assets/styles/gassafety.scss
View file @
df53c830
...
...
@@ -272,3 +272,23 @@
display
:
none
;
}
}
// 所有的提示框标题
.el-dialog__header
{
padding-bottom
:
0
;
padding
:
0px
;
height
:
51px
;
line-height
:
50px
;
background-color
:
#053b6a
;
.el-dialog__title
{
display
:
inline-block
;
margin-left
:
22px
;
color
:
#fff
;
}
.el-dialog__headerbtn
{
i
{
color
:
#fff
;
}
}
// background-color: ;
}
\ No newline at end of file
gassafety-web/src/components/PopWindow/flowMeter.vue
View file @
df53c830
...
...
@@ -2,7 +2,6 @@
<el-dialog
:title=
"title"
:visible
.
sync=
"dialogVisible"
width=
"80%"
:before-close=
"handleClose"
>
<el-row>
...
...
gassafety-web/src/components/PopWindow/pipelineView.vue
View file @
df53c830
<
template
>
<el-dialog
title=
"新增
"
:title=
"myTitle
"
:visible
.
sync=
"dialogVisible"
:before-close=
"handleClose"
>
...
...
@@ -9,8 +9,8 @@
:rules=
"rules"
ref=
"editForm"
:model=
"editForm"
label-width=
"1
20
px"
size=
"mini"
label-width=
"1
35
px"
>
<el-col>
<el-form-item
v-show=
"false"
label=
"管道id"
prop=
"pipeId"
>
...
...
@@ -224,6 +224,15 @@ export default {
}
,
}
;
}
,
computed
:{
myTitle
(){
if
(
this
.
editForm
.
pipeId
){
return
`修改管道信息`
}
else
{
return
`新增管道信息`
}
}
}
,
created
()
{
console
.
log
(
"lineData"
,
this
.
lineData
,
this
.
lnglatsArr
,
this
.
pipeLength
);
if
(
this
.
lineData
?.
pipeId
)
{
...
...
gassafety-web/src/components/PopWindow/pressureGage.vue
View file @
df53c830
...
...
@@ -2,7 +2,6 @@
<el-dialog
:title=
"title"
:visible
.
sync=
"dialogVisible"
width=
"80%"
:before-close=
"handleClose"
>
<el-row>
...
...
gassafety-web/src/components/PopWindow/regulatorBox.vue
View file @
df53c830
...
...
@@ -2,7 +2,6 @@
<el-dialog
:title=
"title"
:visible
.
sync=
"dialogVisible"
width=
"80%"
:before-close=
"handleClose"
>
<el-row>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"135px"
>
...
...
gassafety-web/src/components/PopWindow/valveWell.vue
View file @
df53c830
...
...
@@ -2,7 +2,6 @@
<el-dialog
:title=
"title"
:visible
.
sync=
"dialogVisible"
width=
"80%"
:before-close=
"handleClose"
>
<el-row>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"135px"
>
...
...
gassafety-web/src/utils/gaodeMap.js
View file @
df53c830
...
...
@@ -601,7 +601,7 @@ class gaodeMap {
lineData
:
{
pipeName
}
}
=
obj
.
getExtData
();
vue
.
$confirm
(
`是否删除
${
pipeName
}
`
,
"提示"
,
{
.
$confirm
(
`是否删除
名称为
${
pipeName
}
的管道
`
,
"提示"
,
{
// confirmButtonText: "确定",
// cancelButtonText: "取消",
type
:
"warning"
...
...
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