ysy 1 ano atrás
pai
commit
54b6e89c8b
1 arquivos alterados com 10 adições e 1 exclusões
  1. 10 1
      src/views/material/BOMmanage/components/attribute.vue

+ 10 - 1
src/views/material/BOMmanage/components/attribute.vue

@@ -183,6 +183,10 @@
           </el-form-item>
         </el-col>
       </el-row>
+
+   <div class="btn_box">
+    <el-button type="primary" >修改</el-button>
+   </div>
     </el-form>
   </div>
 </template>
@@ -223,4 +227,9 @@
   };
 </script>
 
-<style lang="scss" scoped></style>
+<style lang="scss" scoped>
+.btn_box{
+  display: flex;
+  align-items: center;
+  justify-content: center;
+}</style>