update 更新3d产线产品率

This commit is contained in:
lb
2022-11-22 16:29:45 +08:00
parent 01cc292256
commit cfcfdd35ea
4 changed files with 33 additions and 23 deletions

View File

@@ -1,9 +1,9 @@
<template>
<div id="v3d-outter" ref="v3d-outter">
<div id="V3DData" style="position: fixed; top: 0; left: 0; display: hidden;" rel=""></div>
<!-- <div id="V3DData" style="position: fixed; top: 0; left: 0; display: hidden;" rel=""></div>
<V3DApp @3d-loaded="handle3DLoaded" @click.native="handle3DClick" />
<div v-if="showPage" id="v3d-main-content">
<!-- <div v-if="true" id="v3d-main-content"> -->
<div v-if="showPage" id="v3d-main-content"> -->
<div v-if="true" id="v3d-main-content">
<techy-header :head-title="'合肥新能源数字工厂总览'" @toggle-full-screen="toggleFullScreen" />
<section id="techy-body-part">
@@ -261,12 +261,14 @@ export default {
}
/* 工序质量分析 */
.ws-quality {
height: calc(228px * var(--beilv));
/* height: calc(228px * var(--beilv)); */
min-height: calc(136px * var(--beilv));
flex: 1;
}
/* 产线成品率 */
.production {
height: calc(195px * var(--beilv));
height: calc(256px * var(--beilv));
position: relative;
}
.bottom-part {