修改生产单交互信息
parent
89467b88c2
commit
7e7390ff2b
|
@ -258,15 +258,7 @@ onMounted(async () => {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.footer {
|
||||
position: fixed; /* 固定定位 */
|
||||
left: 0;
|
||||
bottom: 60px;
|
||||
width: 100%; /* 宽度占满整个屏幕 */
|
||||
color: #fff; /* 文字颜色 */
|
||||
padding: 10px; /* 可根据需要添加内边距 */
|
||||
text-align: right; /* 文字居中 */
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
</el-card>
|
||||
</div>
|
||||
<div class="reportTable-container" v-else>
|
||||
<el-card shadow="hover" :body-style="{ paddingBottom: '0' }">
|
||||
<el-card shadow="hover" :body-style="{ paddingBottom: '0' }" style="height: 100vh;overflow-y:scroll">
|
||||
<printDetailDialog
|
||||
ref="printDetailDialogRef"
|
||||
:title="printDetailTableTitle"
|
||||
|
|
Loading…
Reference in New Issue