Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
broadcast_cloud
/
web-live
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
2
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0369fed7
authored
Sep 03, 2020
by
xiawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
选择地址 bug修复
parent
8b281c3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
components/shop/cityPicker/index.vue
+16
-16
No files found.
components/shop/cityPicker/index.vue
View file @
0369fed7
...
...
@@ -342,19 +342,19 @@ export default {
background-color
:
#f7f7f7
;
.btns
{
padding
:
0.05rem
0.15rem
;
height
:
0.45rem
;
line-height
:
0.35rem
;
padding
:
5px
15px
;
height
:
45px
;
line-height
:
35px
;
background-color
:
#f0f1f3
;
font-size
:
0.16rem
;
font-size
:
16px
;
.close
{
padding
:
0
0.15rem
;
padding
:
0
15px
;
color
:
#999
;
float
:
left
;
}
.change
{
padding
:
0
0.15rem
;
padding
:
0
15px
;
color
:
#f14936
;
float
:
right
;
}
...
...
@@ -362,28 +362,28 @@ export default {
.list-box
{
position
:
relative
;
display
:
flex
;
height
:
2
rem
;
font-size
:
0.16rem
;
height
:
2
00px
;
font-size
:
16px
;
text-align
:
center
;
.select-box
{
position
:
absolute
;
left
:
0
;
top
:
0.8rem
;
top
:
80px
;
width
:
100%
;
height
:
0.4rem
;
border-top
:
0.01rem
solid
#efefef
;
border-bottom
:
0.01rem
solid
#efefef
;
height
:
40px
;
border-top
:
1px
solid
#efefef
;
border-bottom
:
1px
solid
#efefef
;
}
.city-item
{
position
:
relative
;
flex
:
1
;
padding
:
0
0.05rem
;
padding
:
0
5px
;
overflow
:
hidden
;
.list
{
position
:
absolute
;
top
:
0.8rem
;
top
:
80px
;
left
:
0
;
width
:
100%
;
overflow
:
auto
;
...
...
@@ -391,8 +391,8 @@ export default {
transition
:
transform
0.18s
ease-out
;
.item
{
height
:
0.4rem
;
line-height
:
0.4rem
;
height
:
40px
;
line-height
:
40px
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
...
...
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