展会大屏修改

This commit is contained in:
hzz 2023-09-18 11:55:00 +08:00
parent 0d7af9483d
commit a7c12ba5d3
5 changed files with 28 additions and 9 deletions

View File

@ -31,6 +31,10 @@ import ScaleScreen from "@/components/scale-screen/scale-screen.vue";
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
text-align: center; text-align: center;
color: #2c3e50; color: #2c3e50;
text-rendering: optimizeLegibility;
backface-visibility: hidden;
transform: translate3d(0,0,0)
} }
nav { nav {

View File

@ -29,9 +29,17 @@ const setCharts = () => {
backgroundColor: '#0E0E0E', backgroundColor: '#0E0E0E',
legend: { legend: {
data: ['计划完成', '实际完成'], data: ['计划完成', '实际完成'],
textStyle: {
fontSize: 14
},
},
textStyle: {
fontSize:14
}, },
grid:{ grid:{
left:'40', left:'80',
right:'0', right:'0',
bottom:'40', bottom:'40',
}, },
@ -48,9 +56,9 @@ const setCharts = () => {
{ {
type: 'value', type: 'value',
name: '日产量', name: '日产量',
// axisLabel: { axisLabel:{
// formatter: '{value}%' fontSize:14
// } }
} }
], ],
series: prop.seriesData series: prop.seriesData

View File

@ -403,7 +403,7 @@ h1 {
} }
.zh-title { .zh-title {
margin-top: 6px; margin-top: 6px;
font-size: 2.5rem; font-size: 3rem;
} }
.en-title { .en-title {
font-size: 2rem; font-size: 2rem;

View File

@ -53,7 +53,8 @@ const init = () => {
formatter(params) { formatter(params) {
return `${params.name}:${params.value}` return `${params.name}:${params.value}`
}, },
fontSize: 20 fontSize: 18,
fontWeight: 500,
}, },
labelLine: { labelLine: {
show: true, show: true,

View File

@ -89,11 +89,11 @@
<div class="right-tip-type"> <div class="right-tip-type">
<div class="right-tip-type-item blue"> <div class="right-tip-type-item blue">
<div class="iconfont icon-beikongshuiwupingtaimenhu-tubiao_zhinengwangguan gatway"></div> <div class="iconfont icon-beikongshuiwupingtaimenhu-tubiao_zhinengwangguan gatway"></div>
<div class="left-tip-type-item-text">线</div> <div class="left-tip-type-item-text"> 线</div>
</div> </div>
<div class="right-tip-type-item err"> <div class="right-tip-type-item err">
<div class="iconfont icon-beikongshuiwupingtaimenhu-tubiao_zhinengwangguan gatway"></div> <div class="iconfont icon-beikongshuiwupingtaimenhu-tubiao_zhinengwangguan gatway"></div>
<div class="left-tip-type-item-text">线</div> <div class="left-tip-type-item-text"> 线</div>
</div> </div>
</div> </div>
<div class="wrap"></div> <div class="wrap"></div>
@ -327,6 +327,8 @@ h2 {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
font-size: 14px;
font-weight: 700;
} }
.left-tip-type-item { .left-tip-type-item {
@ -385,7 +387,7 @@ h2 {
} }
.gatway { .gatway {
font-size: 36px; font-size: 42px;
} }
@ -417,4 +419,8 @@ h2 {
transform: translate(15px, 15px); transform: translate(15px, 15px);
font-size: 30px; font-size: 30px;
} }
.left-tip-type-item-text {
font-weight: 700;
font-size: 14px;
}
</style> </style>