generated from maochaoying/dreamworks-frontend-template
6 changed files with 104 additions and 6 deletions
-
29src/components/Steps.vue
-
17src/components/operation/AirCharge.vue
-
17src/components/operation/ExtractionVacuum.vue
-
17src/components/operation/StartHeating.vue
-
17src/components/operation/TransferLiquid.vue
-
13src/pages/Home.vue
@ -0,0 +1,17 @@ |
|||
<template> |
|||
<div class="air_charge_container"></div> |
|||
</template> |
|||
|
|||
<script setup></script> |
|||
|
|||
<style lang="scss" scoped> |
|||
.air_charge_container { |
|||
width: 760px; |
|||
height: 490px; |
|||
border-radius: 16px; |
|||
background: #f0f6fb; |
|||
margin: 20px 0; |
|||
box-sizing: border-box; |
|||
padding: 20px; |
|||
} |
|||
</style> |
@ -0,0 +1,17 @@ |
|||
<template> |
|||
<div class="extraction_vacuum_container"></div> |
|||
</template> |
|||
|
|||
<script setup></script> |
|||
|
|||
<style lang="scss" scoped> |
|||
.extraction_vacuum_container { |
|||
width: 760px; |
|||
height: 490px; |
|||
border-radius: 16px; |
|||
background: #f0f6fb; |
|||
margin: 20px 0; |
|||
box-sizing: border-box; |
|||
padding: 20px; |
|||
} |
|||
</style> |
@ -0,0 +1,17 @@ |
|||
<template> |
|||
<div class="start_heating_container"></div> |
|||
</template> |
|||
|
|||
<script setup></script> |
|||
|
|||
<style lang="scss" scoped> |
|||
.start_heating_container { |
|||
width: 760px; |
|||
height: 490px; |
|||
border-radius: 16px; |
|||
background: #f0f6fb; |
|||
margin: 20px 0; |
|||
box-sizing: border-box; |
|||
padding: 20px; |
|||
} |
|||
</style> |
@ -0,0 +1,17 @@ |
|||
<template> |
|||
<div class="transfer_liquid_container"></div> |
|||
</template> |
|||
|
|||
<script setup></script> |
|||
|
|||
<style lang="scss" scoped> |
|||
.transfer_liquid_container { |
|||
width: 760px; |
|||
height: 490px; |
|||
border-radius: 16px; |
|||
background: #f0f6fb; |
|||
margin: 20px 0; |
|||
box-sizing: border-box; |
|||
padding: 20px; |
|||
} |
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue