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


Loading…
Cancel
Save