添加打包命令 区分 冀北还是其他地方的页面
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<MyEChart :style="`height:calc(${EchHeight.height} + 10px)`" :options="exceededCharts" />
|
||||
<MyEChart :style="`height:calc(${EchHeight.height} + 15px)`" :options="exceededCharts" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -356,11 +356,11 @@ const info = (row: any) => {
|
||||
}),
|
||||
axisLabel: {
|
||||
color: '#000',
|
||||
fontSize: 12
|
||||
fontSize: 10
|
||||
}
|
||||
},
|
||||
grid: {
|
||||
top: '30px',
|
||||
top: '35px',
|
||||
left: '10px',
|
||||
right: '20px'
|
||||
},
|
||||
@@ -606,7 +606,7 @@ defineExpose({ info, show })
|
||||
justify-content: space-between;
|
||||
// grid-template-columns: 1fr 1fr 1fr;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 3px;
|
||||
.line {
|
||||
display: inline-block;
|
||||
width: 0.5rem;
|
||||
|
||||
@@ -146,7 +146,8 @@ const echart = (row: any) => {
|
||||
fontSize: 14
|
||||
},
|
||||
backgroundColor: 'rgba(0,0,0,0.35)',
|
||||
borderWidth: 0
|
||||
borderWidth: 0,
|
||||
position:'bottom'
|
||||
},
|
||||
legend: {
|
||||
data: row.map((item: any) => item.time),
|
||||
|
||||
Reference in New Issue
Block a user