Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
house-type
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
xingyuji
house-type
Commits
80fab4ba
Commit
80fab4ba
authored
Jul 15, 2020
by
wangjiankun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 不是本区域的板块颜色改为灰色
parent
8037c2e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/components/mapOverlay/index.vue
+1
-1
index.vue
src/views/RegionalPlate/index.vue
+2
-2
No files found.
src/components/mapOverlay/index.vue
View file @
80fab4ba
...
...
@@ -10,7 +10,7 @@
width: type === 'square' ? 'auto' : width + 'px',
height: height + 'px',
color: textColor,
backgroundColor:
activeAction ? bgColor : ( active ? activeColor : bgColor)
,
backgroundColor:
active ? activeColor : bgColor
,
borderRadius: circle,
padding: type === 'square' ? '0 12px': '0',
}"
...
...
src/views/RegionalPlate/index.vue
View file @
80fab4ba
...
...
@@ -40,8 +40,8 @@
:num="item.projectSize"
:fontSize="14"
:text-color="'#ffffff'"
:bg-color="item.adminRegion === regionClickId ? '
#2980b9' : 'rgba(25,124,230,
0.6)'"
:active-color="
'rgba(25,124,230,
1)'"
:bg-color="item.adminRegion === regionClickId ? '
rgba(25,124,230,0.6)' : 'rgba(116, 125, 140,
0.6)'"
:active-color="
item.adminRegion === regionClickId ? 'rgba(25,124,230,1)' : 'rgba(116, 125, 140,
1)'"
:active-action="item.adminRegion === regionClickId"
:circle="'50%'"
:width="80"
...
...
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