Browse Source

Merge pull request '物料主数据优化' (#176) from wangxy into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/176
pull/183/head
wangxy 3 years ago
parent
commit
3e0b8908ea
1 changed files with 2 additions and 2 deletions
  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