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
d52ad070
Commit
d52ad070
authored
Aug 25, 2021
by
lihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改样式-不需要合并
parent
69f7dd43
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
35 deletions
+45
-35
myMap.vue
src/pages/Activity/releaseProduc/components/myMap.vue
+35
-26
spellOrderSet.vue
...pages/Activity/releaseProduc/components/spellOrderSet.vue
+9
-8
index.vue
src/pages/Activity/releaseProduc/index.vue
+1
-1
No files found.
src/pages/Activity/releaseProduc/components/myMap.vue
View file @
d52ad070
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
id=
"map"
class=
"mapContainer"
>
<div
id=
"map"
class=
"mapContainer"
>
<div
class=
"mapWrapper"
>
<div
class=
"mapWrapper"
>
<div
class=
"search"
>
<div
class=
"search"
>
<el-form
ref=
"form"
label-width=
"80px"
@
submit
.
prevent
>
<el-form
ref=
"form"
@
submit
.
prevent
>
<el-form-item
label-position=
"left"
>
<el-form-item
label-position=
"left"
>
<el-button
@
click=
"handleSearch"
>
搜索
</el-button>
<el-button
@
click=
"handleSearch"
>
搜索
</el-button>
<el-input
<el-input
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
</div>
</div>
<div
class=
"mapInfo"
>
<div
class=
"mapInfo"
>
<div
class=
"infoAll"
>
<h3
class=
"title"
>
拖拽选址
</h3>
<h3
class=
"title"
>
拖拽选址
</h3>
<ul
class=
"info"
>
<ul
class=
"info"
>
<li><span>
经度:
</span>
{{ dragData.lng }}
</li>
<li><span>
经度:
</span>
{{ dragData.lng }}
</li>
...
@@ -36,9 +37,16 @@
...
@@ -36,9 +37,16 @@
</ul>
</ul>
</div>
</div>
<div
class=
"confirmButton"
>
<div
class=
"confirmButton"
>
<el-button
class=
"button_pre"
@
click=
"cancel"
>
取 消
</el-button>
<el-button
class=
"button_next"
type=
"primary"
@
click=
"confirm"
>
确 定
</el-button
>
</div>
</div>
<!-- <div class="confirmButton">
<el-button @click="cancel">取 消</el-button>
<el-button @click="cancel">取 消</el-button>
<el-button type="primary" @click="confirm">确 定</el-button>
<el-button type="primary" @click="confirm">确 定</el-button>
</div>
</div>
-->
</div>
</div>
</template>
</template>
...
@@ -193,15 +201,6 @@ export default {
...
@@ -193,15 +201,6 @@ export default {
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
// .mapDialog {
// margin-top: 11vh !important;
// display: flex !important;
// flex-direction: column !important;
// background: red !important;
// /deep/ .el-dialog__body {
// height: 90%;
// }
// }
.mapContainer {
.mapContainer {
height: 100%;
height: 100%;
width: 100%;
width: 100%;
...
@@ -229,6 +228,10 @@ export default {
...
@@ -229,6 +228,10 @@ export default {
width: 20%;
width: 20%;
padding-left: 20px;
padding-left: 20px;
display: flex;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
.infoAll {
flex-direction: column;
flex-direction: column;
justify-content: start;
justify-content: start;
align-items: flex-start;
align-items: flex-start;
...
@@ -237,9 +240,15 @@ export default {
...
@@ -237,9 +240,15 @@ export default {
}
}
}
}
.confirmButton {
.confirmButton {
position: absolute;
display: flex;
bottom: 100px;
flex-wrap: wrap;
right: 100px;
.button_pre {
margin-right: 15px;
}
.button_next {
margin-left: 0;
}
}
}
}
}
}
.m-map .search {
.m-map .search {
...
...
src/pages/Activity/releaseProduc/components/spellOrderSet.vue
View file @
d52ad070
...
@@ -626,15 +626,16 @@ export default {
...
@@ -626,15 +626,16 @@ export default {
justify
-
content
:
center
;
justify
-
content
:
center
;
align
-
items
:
center
;
align
-
items
:
center
;
}
}
.
mapDialog
{
height
:
80
%
;
margin
-
top
:
10
vh
!
important
;
.
my
-
map
{
height
:
100
%
;
}
}
/deep/
.
el
-
dialog__body
{
/deep/
.
el
-
dialog__body
{
height
:
85
%
!
important
;
height
:
85
%
!
important
;
}
}
/deep/
.
mapDialog
{
margin
-
top
:
10
vh
!
important
;
height
:
80
%
;
display
:
flex
!
important
;
flex
-
direction
:
column
!
important
;
/deep/
.
el
-
dialog__body
{
height
:
90
%
;
}
}
<
/style
>
<
/style
>
src/pages/Activity/releaseProduc/index.vue
View file @
d52ad070
...
@@ -70,7 +70,7 @@ export default {
...
@@ -70,7 +70,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
active
:
1
,
// 步骤条状态
active
:
3
,
// 步骤条状态
infoEditArr
:
[],
// 信息编辑数据
infoEditArr
:
[],
// 信息编辑数据
addProducArr
:
[],
// 添加商品
addProducArr
:
[],
// 添加商品
goodsSkuIDArr
:
[],
// 接收goods_sku_id
goodsSkuIDArr
:
[],
// 接收goods_sku_id
...
...
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