fix:车间产线首页样式修改
This commit is contained in:
parent
41d7c89fb0
commit
465b830ee6
@ -46,6 +46,8 @@
|
||||
<div
|
||||
style="width: 53%; height: 300px; background-color: #fff; display: flex"
|
||||
>
|
||||
<div style=" font-family: 'TitleFont';font-size: 18px;margin-left: 10px;margin-top: 8px;">设备运行</div>
|
||||
|
||||
<div
|
||||
style="
|
||||
box-sizing: border-box;
|
||||
@ -98,7 +100,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="chartPie4" style="width: 81%; height: 100%"></div>
|
||||
<div id="chartPie4" style="width: 70%; height: 100%"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -443,7 +445,7 @@ export default {
|
||||
"chartPie3",
|
||||
generatePieOptions({
|
||||
title: {
|
||||
text: "销售分布分析(万)",
|
||||
text: "销售分布分析(万元)",
|
||||
top: "2%",
|
||||
left: "center",
|
||||
},
|
||||
@ -501,7 +503,7 @@ export default {
|
||||
"chartLine2",
|
||||
generateBaseOptions({
|
||||
title: {
|
||||
text: "残次趋势分析",
|
||||
text: "质检结果分析",
|
||||
top: "5%",
|
||||
left: "center",
|
||||
},
|
||||
@ -585,9 +587,9 @@ export default {
|
||||
"chartBar2",
|
||||
generateBaseOptions({
|
||||
title: {
|
||||
text: "残次趋势分析",
|
||||
text: "生产统计分析(万斤)",
|
||||
top: "5%",
|
||||
left: "center",
|
||||
left: "left",
|
||||
},
|
||||
xAxis: {
|
||||
data: ["5月", "6月", "7月"],
|
||||
@ -628,7 +630,7 @@ export default {
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "",
|
||||
name: "%",
|
||||
type: "value",
|
||||
axisLabel: {
|
||||
color: '#252525',
|
||||
@ -708,8 +710,9 @@ export default {
|
||||
generatePieOptions({
|
||||
legend: {
|
||||
// 图例配置
|
||||
top: "center",
|
||||
left: "right",
|
||||
top: "bottom",
|
||||
left: "center",
|
||||
orient:'horizontal',
|
||||
textStyle: {
|
||||
color: "#252525",
|
||||
},
|
||||
@ -720,7 +723,7 @@ export default {
|
||||
name: "数据详情",
|
||||
type: "pie",
|
||||
radius: ["36%", "60%"],
|
||||
center: ["37%", "50%"],
|
||||
center: 'center',
|
||||
data: [
|
||||
{
|
||||
name: "挖掘机械",
|
||||
|
Loading…
Reference in New Issue
Block a user