|
@ -1,5 +1,4 @@ |
|
|
<script lang="ts" setup> |
|
|
<script lang="ts" setup> |
|
|
import InputKey from 'components/common/FTKeyboard/index.vue' |
|
|
|
|
|
import Environment from 'components/home/Environment.vue' |
|
|
import Environment from 'components/home/Environment.vue' |
|
|
import HomeFormula from 'components/home/HomeFormula.vue' |
|
|
import HomeFormula from 'components/home/HomeFormula.vue' |
|
|
import HomeLogLevel from 'components/home/HomeLogLevel.vue' |
|
|
import HomeLogLevel from 'components/home/HomeLogLevel.vue' |
|
@ -101,18 +100,17 @@ const deviceType = computed(() => { |
|
|
</el-card> |
|
|
</el-card> |
|
|
</div> |
|
|
</div> |
|
|
<div class="home-grid-item home-right"> |
|
|
<div class="home-grid-item home-right"> |
|
|
<InputKey /> |
|
|
|
|
|
<!-- 正在进行的配方 --> |
|
|
<!-- 正在进行的配方 --> |
|
|
<div class="top"> |
|
|
<div class="top"> |
|
|
<HomeFormula /> |
|
|
<HomeFormula /> |
|
|
|
|
|
|
|
|
<div v-if="deviceType !== deviceStore.deviceTypeMap.LargeSpaceDM_B" style="margin-top: 100px"> |
|
|
|
|
|
|
|
|
<div v-if="deviceType !== deviceStore.deviceTypeMap.LargeSpaceDM_B" style="margin-top: 60px"> |
|
|
<div class="card-progress"> |
|
|
<div class="card-progress"> |
|
|
<!-- <div class="card-title-name"> --> |
|
|
<!-- <div class="card-title-name"> --> |
|
|
<!-- <img :src="homeLiquid"> --> |
|
|
<!-- <img :src="homeLiquid"> --> |
|
|
<!-- </div> --> |
|
|
<!-- </div> --> |
|
|
<div class="card-progress-content"> |
|
|
<div class="card-progress-content"> |
|
|
<el-progress size="small" :text-inside="true" :stroke-width="25" :percentage="nowLiquidProgress" /> |
|
|
|
|
|
|
|
|
<el-progress size="small" :text-inside="true" :stroke-width="40" :percentage="nowLiquidProgress" /> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="card-num-g"> |
|
|
<div class="card-num-g"> |
|
|