首页看板修改

master
LAPTOP-R6EHHS26\86155 5 months ago
parent c8c1686685
commit 020e579c82

@ -88,13 +88,15 @@ export default {
orient: "vartical", orient: "vartical",
x: "left", x: "left",
top: "0%", top: "0%",
left: "32%", left: "35%",
bottom: "0%", bottom: "0%",
data: xdata, data: xdata,
itemWidth: 8, itemWidth: 8,
itemHeight: 8, itemHeight: 8,
itemGap: 16, itemGap: 16,
textStyle: {
fontSize: 10, // 14px
},
/*formatter:function(name){ /*formatter:function(name){
var oa = option.series[0].data; var oa = option.series[0].data;
var num = oa[0].value + oa[1].value + oa[2].value + oa[3].value+oa[4].value + oa[5].value + oa[6].value + oa[7].value+oa[8].value + oa[9].value ; var num = oa[0].value + oa[1].value + oa[2].value + oa[3].value+oa[4].value + oa[5].value + oa[6].value + oa[7].value+oa[8].value + oa[9].value ;

@ -268,7 +268,7 @@ export default {
.app-container { .app-container {
background: #d8e9fd; background: #d8e9fd;
height: calc(100vh - 84px); height: calc(100vh - 84px);
overflow: hidden; overflow-y: scroll;
.top { .top {
width: 100%; width: 100%;
display: flex; display: flex;

Loading…
Cancel
Save