Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
68b81e77
Commit
68b81e77
authored
Aug 20, 2021
by
liwenhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:适配自提点
parent
96fe0e52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
spellOrderSet.vue
...pages/Activity/releaseProduc/components/spellOrderSet.vue
+16
-15
No files found.
src/pages/Activity/releaseProduc/components/spellOrderSet.vue
View file @
68b81e77
...
@@ -34,15 +34,15 @@
...
@@ -34,15 +34,15 @@
>
>
<el-card
class=
"card-block"
>
<el-card
class=
"card-block"
>
<p>
自提点设置
</p>
<p>
自提点设置
</p>
<el-form
ref=
"form"
label-width=
"80px"
>
<el-form
ref=
"form"
>
<el-form-item>
<el-form-item>
<el-input
<el-input
class=
"set"
class=
"set"
v-model=
"selfLiftingPoint"
v-model=
"selfLiftingPoint"
placeholder=
"自提点名称/自提点联系人"
placeholder=
"自提点名称/自提点联系人"
></el-input>
></el-input>
<el-button
type=
"primary"
@
click=
"getPlaceList"
>
搜索
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"getPlaceList"
>
搜索
</el-button>
<el-button
type=
"primary"
@
click=
"dialogFormVisible = true"
<el-button
type=
"primary"
size=
"small"
@
click=
"dialogFormVisible = true"
>
添加自提点
</el-button
>
添加自提点
</el-button
>
>
</el-form-item>
</el-form-item>
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
prop
=
"name"
prop
=
"name"
align
=
"center"
align
=
"center"
label
=
"操作"
label
=
"操作"
width
=
"width
"
fixed
=
"right
"
>
>
<
template
#
default
=
"scope"
>
<
template
#
default
=
"scope"
>
<
el
-
popconfirm
<
el
-
popconfirm
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
<
template
#
reference
>
<
template
#
reference
>
<
el
-
button
<
el
-
button
type
=
"primary"
type
=
"primary"
size
=
"
small
"
size
=
"
mini
"
@
click
=
"handleDelete(scope.row)"
@
click
=
"handleDelete(scope.row)"
>
删除
<
/el-butto
n
>
删除
<
/el-butto
n
>
>
...
@@ -134,9 +134,9 @@
...
@@ -134,9 +134,9 @@
title
=
"添加自提点"
title
=
"添加自提点"
v
-
model
=
"dialogFormVisible"
v
-
model
=
"dialogFormVisible"
:
show
-
close
=
"false"
:
show
-
close
=
"false"
:
width
=
"isPc?'50%': '70%'"
>
>
<
el
-
form
<
el
-
form
style
=
"margin-left: 70px"
:
model
=
"form"
:
model
=
"form"
:
rules
=
"rules"
:
rules
=
"rules"
ref
=
"ruleForm"
ref
=
"ruleForm"
...
@@ -165,7 +165,7 @@
...
@@ -165,7 +165,7 @@
placeholder
=
""
placeholder
=
""
:
disabled
=
"true"
:
disabled
=
"true"
><
/el-input
>
><
/el-input
>
<
el
-
button
type
=
"primary"
@
click
=
"mapDialogVisible = true"
<
el
-
button
type
=
"primary"
@
click
=
"mapDialogVisible = true"
size
=
"mini"
>
从高德获取坐标
<
/el-butto
n
>
从高德获取坐标
<
/el-butto
n
>
>
<
/el-form-item
>
<
/el-form-item
>
...
@@ -290,7 +290,8 @@ export default {
...
@@ -290,7 +290,8 @@ export default {
province
:
""
,
province
:
""
,
city
:
""
,
city
:
""
,
area
:
""
area
:
""
}
// 添加自提点 详细信息
}
,
// 添加自提点 详细信息
isPc
:
document
.
documentElement
.
clientWidth
>
600
,
}
;
}
;
}
,
}
,
computed
:
{
computed
:
{
...
@@ -566,17 +567,17 @@ export default {
...
@@ -566,17 +567,17 @@ export default {
}
}
.
set
{
.
set
{
width
:
50
%
;
width
:
50
%
;
margin
-
top
:
40
px
;
margin
:
40
px
20
px
0
0
;
}
.
el
-
button
{
margin
-
left
:
30
px
;
}
}
// .el-button
{
// margin-left: 30px;
//
}
.
tabList
{
.
tabList
{
margin
-
top
:
10
px
;
margin
-
top
:
10
px
;
}
}
.
dialog
-
input
{
//
.dialog-input
{
width
:
50
%
;
//
width: 50%;
}
//
}
.
location
{
.
location
{
margin
-
bottom
:
10
px
;
margin
-
bottom
:
10
px
;
margin
-
left
:
14
%
;
margin
-
left
:
14
%
;
...
...
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