This commit is contained in:
‘937886381’
2024-06-03 08:23:40 +08:00
parent 91fd1b09d5
commit 38665c38bd
39 changed files with 541 additions and 406 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-05-30 08:58:39
* @LastEditTime: 2024-05-30 10:38:32
* @LastEditTime: 2024-05-31 15:52:28
* @LastEditors: zhp
* @Description:
-->
@@ -11,7 +11,7 @@
<span v-for="(item,index) in legend" :key="index" class="legend-item"
:style="{ fontSize: isFullscreen ? '0.58vw' : '0.54vw' }">{{ item.label }}</span>
</div>
<div ref="oeeChart" style="height:96%;width:100%"></div>
<div ref="oeeChart" style="height:100%"></div>
</chart-container>
</template>
@@ -79,7 +79,7 @@ export default {
data: this.xAxis,
},
yAxis: {
name: "单位/%",
name: "单位/",
nameTextStyle: {
color: "#fff",
fontSize: 12,