Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
a9279abe
Commit
a9279abe
authored
Jul 20, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
72a21e08
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
region.vue
dsk-operate-ui/src/views/macro/component/region.vue
+10
-9
No files found.
dsk-operate-ui/src/views/macro/component/region.vue
View file @
a9279abe
<
template
>
<div
class=
"region"
>
<div
class=
"region_left"
>
<div>
<span
class=
"province"
>
{{
province
}}
</span>
<span
class=
"icon"
>
<i
class=
"el-icon-location"
></i>
切换
</span>
<i
class=
"el-icon-location"
></i>
切换
<el-cascader
ref=
"address"
class=
"cascader-region"
popper-class=
'cascader-region-addd'
@
change=
"addressListbtn"
v-model=
"address"
:options=
"addressList"
:props=
"props"
collapse-tags
></el-cascader>
</span>
</div>
</div>
</div>
</
template
>
...
...
@@ -118,7 +119,6 @@
background-size
:
100%
;
width
:
603px
;
height
:
48px
;
position
:
relative
;
padding-left
:
16px
;
.province
{
font-size
:
20px
;
...
...
@@ -136,6 +136,7 @@
font-size
:
12px
;
display
:
inline-block
;
height
:
48px
;
position
:
relative
;
i
{
margin-left
:
4px
;
font-size
:
16px
;
...
...
@@ -145,11 +146,11 @@
}
.cascader-region
{
position
:
absolute
;
left
:
2
0px
;
left
:
-5
0px
;
top
:
8px
;
opacity
:
0
;
line-height
:
22px
;
width
:
10
0px
;
width
:
8
0px
;
}
}
}
...
...
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