Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dbe9272e
authored
2023-03-17 14:54:06 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:table
1 parent
9076825c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
17 deletions
src/components/Echart/Map/Chart.vue
src/styles/element-ui.scss
src/components/Echart/Map/Chart.vue
View file @
dbe9272
...
...
@@ -94,7 +94,7 @@ export default {
// shadowOffsetY: 20,
},
},
},{
},
{
aspectScale: 1, //长宽比
zoom: 1.1,
mapType: "", // 自定义扩展图表类型
...
...
@@ -102,12 +102,12 @@ export default {
left: "10%",
map: "汉中市",
itemStyle: {
color:'#21371d',
color:
'#21371d',
areaColor: "#21371d",
borderWidth: 1,
borderColor:"#00A3CB",
borderColor:
"#00A3CB",
shadowColor: "#01C5E9",
shadowBlur:10,
shadowBlur:
10,
shadowOffsetX: 0,
shadowOffsetY: -12,
// normal: {
...
...
@@ -117,7 +117,7 @@ export default {
// },
},
emphasis: {
disabled:
true
disabled:
true
}
}],
series: [
...
...
@@ -154,17 +154,16 @@ export default {
},
borderType: 'dottod',
borderWidth: 0,
borderColor:
'#F8F071',
borderColor:
'#F8F071',
shadowColor: '#000',
shadowBlur: 10,
shadowOffsetY:
4
shadowOffsetY:
4
// }
}
},
label: {
formatter: (params) => {
return `
$
{
params
.
name
}
\
n$
{
params
.
value
+
"个"
}
`;
//
return `
$
{
params
.
name
}
\
n$
{
params
.
value
+
"个"
}
`;
},
show: true,
position: "insideRight",
...
...
src/styles/element-ui.scss
View file @
dbe9272
...
...
@@ -139,7 +139,7 @@ input[type="number"] {
}
::-webkit-scrollbar-thumb
{
background
:
rgba
(
69
,
138
,
207
,.
3
);
background
:
rgba
(
69
,
138
,
207
,
.3
);
background-clip
:
padding-box
;
min-height
:
28px
;
-webkit-border-radius
:
6px
;
...
...
@@ -148,12 +148,13 @@ input[type="number"] {
}
::-webkit-scrollbar-thumb:hover
{
background
:
rgba
(
69
,
138
,
207
,.
3
);
background
:
rgba
(
69
,
138
,
207
,
.3
);
}
// 滚动条位置
.el-scrollbar__wrap
{
// margin-bottom: 0px!important;
margin-right
:
0px
!
important
;
.el-scrollbar__wrap
{
// margin-bottom: 0px!important;
margin-right
:
0px
!
important
;
}
// element 样式补丁
...
...
@@ -493,9 +494,7 @@ table td {
}
.el-button--text
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
line-height
:
10px
;
}
// 时间组件input框部分
...
...
Please
register
or
sign in
to post a comment