Browse Source

Merge branch 'develop' into xuxiaoming

pull/177/head
xuxiaoming 3 years ago
parent
commit
033a1f7c1a
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