|
@ -7,7 +7,9 @@ |
|
|
<div class="heating_container"> |
|
|
<div class="heating_container"> |
|
|
<HeatingTurn /> |
|
|
<HeatingTurn /> |
|
|
</div> |
|
|
</div> |
|
|
<div class="temperature_zone"></div> |
|
|
|
|
|
|
|
|
<div class="temperature_zone"> |
|
|
|
|
|
<Temperature /> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="bottom_wrap"></div> |
|
|
<div class="bottom_wrap"></div> |
|
|
</div> |
|
|
</div> |
|
@ -16,6 +18,7 @@ |
|
|
<script setup> |
|
|
<script setup> |
|
|
import Photo from 'cpns/Main/Photo' |
|
|
import Photo from 'cpns/Main/Photo' |
|
|
import HeatingTurn from 'cpns/Main/HeatingTurn' |
|
|
import HeatingTurn from 'cpns/Main/HeatingTurn' |
|
|
|
|
|
import Temperature from 'cpns/Main/Temperature' |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|