设备
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user