dbe9272e by 任超

style:table

1 parent 9076825c
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
94 // shadowOffsetY: 20, 94 // shadowOffsetY: 20,
95 }, 95 },
96 }, 96 },
97 },{ 97 }, {
98 aspectScale: 1, //长宽比 98 aspectScale: 1, //长宽比
99 zoom: 1.1, 99 zoom: 1.1,
100 mapType: "", // 自定义扩展图表类型 100 mapType: "", // 自定义扩展图表类型
...@@ -102,12 +102,12 @@ export default { ...@@ -102,12 +102,12 @@ export default {
102 left: "10%", 102 left: "10%",
103 map: "汉中市", 103 map: "汉中市",
104 itemStyle: { 104 itemStyle: {
105 color:'#21371d', 105 color: '#21371d',
106 areaColor: "#21371d", 106 areaColor: "#21371d",
107 borderWidth: 1, 107 borderWidth: 1,
108 borderColor:"#00A3CB", 108 borderColor: "#00A3CB",
109 shadowColor: "#01C5E9", 109 shadowColor: "#01C5E9",
110 shadowBlur:10, 110 shadowBlur: 10,
111 shadowOffsetX: 0, 111 shadowOffsetX: 0,
112 shadowOffsetY: -12, 112 shadowOffsetY: -12,
113 // normal: { 113 // normal: {
...@@ -117,7 +117,7 @@ export default { ...@@ -117,7 +117,7 @@ export default {
117 // }, 117 // },
118 }, 118 },
119 emphasis: { 119 emphasis: {
120 disabled:true 120 disabled: true
121 } 121 }
122 }], 122 }],
123 series: [ 123 series: [
...@@ -154,17 +154,16 @@ export default { ...@@ -154,17 +154,16 @@ export default {
154 }, 154 },
155 borderType: 'dottod', 155 borderType: 'dottod',
156 borderWidth: 0, 156 borderWidth: 0,
157 borderColor:'#F8F071', 157 borderColor: '#F8F071',
158 shadowColor: '#000', 158 shadowColor: '#000',
159 shadowBlur: 10, 159 shadowBlur: 10,
160 shadowOffsetY:4 160 shadowOffsetY: 4
161 // } 161 // }
162
163 } 162 }
164 }, 163 },
165 label: { 164 label: {
166 formatter: (params) => { 165 formatter: (params) => {
167 return `${params.name}\n${params.value + "个"}`; 166 // return `${params.name}\n${params.value + "个"}`;
168 }, 167 },
169 show: true, 168 show: true,
170 position: "insideRight", 169 position: "insideRight",
......
...@@ -139,7 +139,7 @@ input[type="number"] { ...@@ -139,7 +139,7 @@ input[type="number"] {
139 } 139 }
140 140
141 ::-webkit-scrollbar-thumb { 141 ::-webkit-scrollbar-thumb {
142 background: rgba(69, 138, 207,.3); 142 background: rgba(69, 138, 207, .3);
143 background-clip: padding-box; 143 background-clip: padding-box;
144 min-height: 28px; 144 min-height: 28px;
145 -webkit-border-radius: 6px; 145 -webkit-border-radius: 6px;
...@@ -148,12 +148,13 @@ input[type="number"] { ...@@ -148,12 +148,13 @@ input[type="number"] {
148 } 148 }
149 149
150 ::-webkit-scrollbar-thumb:hover { 150 ::-webkit-scrollbar-thumb:hover {
151 background: rgba(69, 138, 207,.3); 151 background: rgba(69, 138, 207, .3);
152 } 152 }
153
153 // 滚动条位置 154 // 滚动条位置
154 .el-scrollbar__wrap{ 155 .el-scrollbar__wrap {
155 // margin-bottom: 0px!important; 156 // margin-bottom: 0px!important;
156 margin-right: 0px!important; 157 margin-right: 0px !important;
157 } 158 }
158 159
159 // element 样式补丁 160 // element 样式补丁
...@@ -493,9 +494,7 @@ table td { ...@@ -493,9 +494,7 @@ table td {
493 } 494 }
494 495
495 .el-button--text { 496 .el-button--text {
496 display: flex; 497 line-height: 10px;
497 align-items: center;
498 justify-content: center;
499 } 498 }
500 499
501 // 时间组件input框部分 500 // 时间组件input框部分
......