修改bug

This commit is contained in:
‘937886381’
2024-03-25 16:57:41 +08:00
parent bcadc83725
commit 3823c3cb3e
12 changed files with 74 additions and 72 deletions

View File

@@ -2,7 +2,7 @@
<!--
* @Author: zhp
* @Date: 2023-09-21 09:06:28
* @LastEditTime: 2024-01-29 15:39:59
* @LastEditTime: 2024-03-25 16:56:54
* @LastEditors: zhp
* @Description:
-->
@@ -158,7 +158,7 @@ export default {
legend: {
itemWidth: 10,
itemHeight: 10,
top: '1%',
top: '20',
// right: '20px',
data: ['产线产量', '产线良品率'],
textStyle: {
@@ -286,7 +286,7 @@ export default {
}
</script>
<style>
.productChart{
/* .productChart{
top: -10px;
}
} */
</style>