update 原料使用预计和连接配置

This commit is contained in:
lb
2023-04-27 14:17:57 +08:00
parent 343aadc6d9
commit 7fd75beeed
5 changed files with 237 additions and 4 deletions

View File

@@ -0,0 +1,29 @@
<template>
<div class="list-view-with-head" ref="pointer-loading-ref">
d
</div>
</template>
<script>
export default {
name: "opcAndBatchConfig",
props: {},
data() {
return {};
},
created() {},
mounted() {},
methods: {},
};
</script>
<style scoped>
.list-view-with-head {
background: white;
/* height: 100%; */
min-height: inherit;
border-radius: 6px;
padding: 16px;
box-shadow: 0 0 1.125px 0.125px rgba(0, 0, 0, 0.125);
}
</style>