设备
This commit is contained in:
BIN
src/assets/images/device/agv_gray.png
Normal file
BIN
src/assets/images/device/agv_gray.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.9 KiB |
BIN
src/assets/images/device/agv_green.png
Normal file
BIN
src/assets/images/device/agv_green.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
BIN
src/assets/images/device/agv_red.png
Normal file
BIN
src/assets/images/device/agv_red.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
BIN
src/assets/images/device/agv_yellow.png
Normal file
BIN
src/assets/images/device/agv_yellow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
File diff suppressed because it is too large
Load Diff
@@ -340,12 +340,11 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.popup_table_wrap
|
.popup_table_wrap
|
||||||
|
width 100%
|
||||||
max-height 132px
|
max-height 132px
|
||||||
// overflow hidden
|
|
||||||
.popup_table
|
.popup_table
|
||||||
width calc(100% - 14px)
|
width calc(100% - 14px)
|
||||||
height auto
|
height auto
|
||||||
// overflow-y scroll
|
|
||||||
margin 0 7px
|
margin 0 7px
|
||||||
tr
|
tr
|
||||||
th
|
th
|
||||||
|
|||||||
@@ -586,6 +586,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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="machine_block machine_block_5">
|
||||||
<div class="lz_hj_wrap">
|
<div class="lz_hj_wrap">
|
||||||
<div class="lz_hj" v-for="(e, i) in storageLocation" :key="i">
|
<div class="lz_hj" v-for="(e, i) in storageLocation" :key="i">
|
||||||
@@ -816,6 +824,8 @@ export default {
|
|||||||
left 61%
|
left 61%
|
||||||
top 78%
|
top 78%
|
||||||
padding 0.2rem
|
padding 0.2rem
|
||||||
|
border none
|
||||||
|
box-shadow none
|
||||||
.machine_block_6
|
.machine_block_6
|
||||||
_wh(100%, 10%)
|
_wh(100%, 10%)
|
||||||
padding .07rem .1rem
|
padding .07rem .1rem
|
||||||
@@ -1325,6 +1335,14 @@ export default {
|
|||||||
box-shadow -5px 5px 8px rgba(0,135,172,0.6)
|
box-shadow -5px 5px 8px rgba(0,135,172,0.6)
|
||||||
_wh(20.5%, 19%)
|
_wh(20.5%, 19%)
|
||||||
border-top-left-radius 0
|
border-top-left-radius 0
|
||||||
|
.agv_1
|
||||||
|
width 26%
|
||||||
|
left 16%
|
||||||
|
top -30%
|
||||||
|
img
|
||||||
|
_wh(100%, auto)
|
||||||
|
.agv_2
|
||||||
|
left 59%
|
||||||
.rotate_1
|
.rotate_1
|
||||||
animation rotate_1 9s linear 1s infinite
|
animation rotate_1 9s linear 1s infinite
|
||||||
@keyframes rotate_1 {
|
@keyframes rotate_1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user