This commit is contained in:
2023-09-22 09:39:22 +08:00
parent 5dd8123604
commit 6063c36612
7 changed files with 208 additions and 199 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -340,12 +340,11 @@ export default {
}
}
.popup_table_wrap
width 100%
max-height 132px
// overflow hidden
.popup_table
width calc(100% - 14px)
height auto
// overflow-y scroll
margin 0 7px
tr
th

View File

@@ -586,6 +586,14 @@
</div>
</div>
</div>
<div class="machine_block machine_block_5">
<div class="p_device agv_1">
<img src="../assets/images/device/agv_gray.png" alt="">
</div>
<div class="p_device agv_1 agv_2">
<img src="../assets/images/device/agv_gray.png" alt="">
</div>
</div>
<!-- <div class="machine_block machine_block_5">
<div class="lz_hj_wrap">
<div class="lz_hj" v-for="(e, i) in storageLocation" :key="i">
@@ -816,6 +824,8 @@ export default {
left 61%
top 78%
padding 0.2rem
border none
box-shadow none
.machine_block_6
_wh(100%, 10%)
padding .07rem .1rem
@@ -1325,6 +1335,14 @@ export default {
box-shadow -5px 5px 8px rgba(0,135,172,0.6)
_wh(20.5%, 19%)
border-top-left-radius 0
.agv_1
width 26%
left 16%
top -30%
img
_wh(100%, auto)
.agv_2
left 59%
.rotate_1
animation rotate_1 9s linear 1s infinite
@keyframes rotate_1 {