|
|
@ -39,7 +39,6 @@ export default { |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style> |
|
|
<style> |
|
|
/* filepath: D:\xjcode\wms-pda\src\views\modules\recv\po-recv.vue */ |
|
|
|
|
|
:root { |
|
|
:root { |
|
|
--columns: 3; |
|
|
--columns: 3; |
|
|
--button-size: calc(100vw / var(--columns) - 20px); |
|
|
--button-size: calc(100vw / var(--columns) - 20px); |
|
|
@ -59,8 +58,7 @@ export default { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
padding: 10px 20px; |
|
|
|
|
|
background: #17B3A3; |
|
|
|
|
|
|
|
|
background: #17b3a3; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.menu-grid { |
|
|
.menu-grid { |
|
|
@ -98,15 +96,15 @@ export default { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.menu-icon.purchase { |
|
|
.menu-icon.purchase { |
|
|
background: linear-gradient(135deg, #17B3A3 0%, #1dc5ef 100%); |
|
|
|
|
|
|
|
|
background: linear-gradient(135deg, #17b3a3 0%, #1dc5ef 100%); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.menu-icon.inspection { |
|
|
.menu-icon.inspection { |
|
|
background: linear-gradient(135deg, #17B3A3 0%, #1dc5ef 100%); |
|
|
|
|
|
|
|
|
background: linear-gradient(135deg, #17b3a3 0%, #1dc5ef 100%); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.menu-icon.qualified { |
|
|
.menu-icon.qualified { |
|
|
background: linear-gradient(135deg, #17B3A3 0%, #1dc5ef 100%); |
|
|
|
|
|
|
|
|
background: linear-gradient(135deg, #17b3a3 0%, #1dc5ef 100%); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.menu-text { |
|
|
.menu-text { |
|
|
|