#176 物料主数据优化

Merged
wangxinyao merged 1 commits from wangxy into develop 3 years ago
  1. +2
    -2
      src/views/factoryModel/part/BOMConfiguration/index.vue

+ 2
- 2
src/views/factoryModel/part/BOMConfiguration/index.vue View File

@ -1,5 +1,5 @@
<template>
<div class="content-top-wrap">
<div class="content-config-wrap">
<div class="content-table-wrap" ref="topTableRef">
<el-table
border
@ -93,7 +93,7 @@ export default {
};
</script>
<style lang="less" scoped>
.content-top-wrap {
.content-config-wrap {
position: relative;
width: 100%;
height: 100%;


Loading…
Cancel
Save