Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
A
amap-line-edit
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
feng
amap-line-edit
Commits
f6c4f84a
Commit
f6c4f84a
authored
Apr 25, 2019
by
aoobao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix clear background color
parent
67f78313
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/views/Home.vue
src/views/Home.vue
+3
-2
No files found.
src/views/Home.vue
View file @
f6c4f84a
...
@@ -68,7 +68,7 @@ export default {
...
@@ -68,7 +68,7 @@ export default {
x
:
-
1000
,
x
:
-
1000
,
y
:
-
1000
,
y
:
-
1000
,
clearNumberList
:
[
10
,
15
,
20
,
30
,
40
,
50
],
clearNumberList
:
[
10
,
15
,
20
,
30
,
40
,
50
],
clearNumber
:
2
0
,
clearNumber
:
4
0
,
mergeList
:
[],
mergeList
:
[],
remark
:
null
,
remark
:
null
,
imgBase64
:
null
,
imgBase64
:
null
,
...
@@ -353,7 +353,8 @@ export default {
...
@@ -353,7 +353,8 @@ export default {
.clear-block
{
.clear-block
{
float
:
left
;
float
:
left
;
margin-left
:
10px
;
margin-left
:
10px
;
background-color
:
#fff
;
// background-color: #fff;
background-color
:
aqua
;
&
.active
{
&
.active
{
border
:
1px
solid
red
;
border
:
1px
solid
red
;
}
}
...
...
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