dbe9272e by 任超

style:table

1 parent 9076825c
......@@ -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: [
......@@ -138,33 +138,32 @@ export default {
},
emphasis: {
// itemStyle:{
// 地图区域的高亮颜色
areaColor: {
type: 'linear',
x: 0,
y: 0,
x2: 0,
y2: 1,
colorStops: [{
offset: 0, color: '#4DD1B4' // 0% 处的颜色
}, {
offset: 1, color: '#15BFCE' // 100% 处的颜色
}],
global: false // 缺省为 false
},
borderType: 'dottod',
borderWidth: 0,
borderColor:'#F8F071',
shadowColor: '#000',
shadowBlur: 10,
shadowOffsetY:4
// 地图区域的高亮颜色
areaColor: {
type: 'linear',
x: 0,
y: 0,
x2: 0,
y2: 1,
colorStops: [{
offset: 0, color: '#4DD1B4' // 0% 处的颜色
}, {
offset: 1, color: '#15BFCE' // 100% 处的颜色
}],
global: false // 缺省为 false
},
borderType: 'dottod',
borderWidth: 0,
borderColor: '#F8F071',
shadowColor: '#000',
shadowBlur: 10,
shadowOffsetY: 4
// }
}
},
label: {
formatter: (params) => {
return `${params.name}\n${params.value + "个"}`;
// return `${params.name}\n${params.value + "个"}`;
},
show: true,
position: "insideRight",
......
......@@ -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框部分
......@@ -596,4 +595,4 @@ table td {
// 下拉框
.el-menu--popup {
padding-top: 20px;
}
}
\ No newline at end of file
......