|
@@ -62,6 +62,9 @@ export default {
|
|
|
{color: '#007299', t: '公共'},
|
|
|
{color: '#00ff3f', t: '公园'},
|
|
|
{color: '#4da4ee', t: '医院'},
|
|
|
+ {color: '#dc3021', t: 'other1'},
|
|
|
+ {color: '#f8a41c', t: 'other2'},
|
|
|
+ {color: '#795ab8', t: 'other3'},
|
|
|
],
|
|
|
cObj: {},
|
|
|
estateObj: {},
|
|
@@ -286,6 +289,7 @@ export default {
|
|
|
cursor: pointer;
|
|
|
text-align: center;
|
|
|
margin-right: 10px;
|
|
|
+ margin-bottom: 10px;
|
|
|
opacity: .6;
|
|
|
color: #000;
|
|
|
user-select: none;
|