修改生产单交互信息

main
ljh 2024-07-13 01:54:02 +09:00
parent 89467b88c2
commit 7e7390ff2b
2 changed files with 2 additions and 10 deletions

View File

@ -258,15 +258,7 @@ onMounted(async () => {
</script> </script>
<style scoped> <style scoped>
.footer {
position: fixed; /* 固定定位 */
left: 0;
bottom: 60px;
width: 100%; /* 宽度占满整个屏幕 */
color: #fff; /* 文字颜色 */
padding: 10px; /* 可根据需要添加内边距 */
text-align: right; /* 文字居中 */
}
</style> </style>

View File

@ -126,7 +126,7 @@
</el-card> </el-card>
</div> </div>
<div class="reportTable-container" v-else> <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 <printDetailDialog
ref="printDetailDialogRef" ref="printDetailDialogRef"
:title="printDetailTableTitle" :title="printDetailTableTitle"