Commit 41fd71db authored by 仇晓婷's avatar 仇晓婷

bom

parent 7d2b8bf7
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</Row> </Row>
<div class="table-r"> <div class="table-r">
<Button type="primary" @click="addBom" class="mb10">新增Bom</Button> <!-- <Button type="primary" @click="addBom" class="mb10">新增Bom</Button> -->
<TreeGrid :columns="columns" :items="treeData"></TreeGrid> <TreeGrid :columns="columns" :items="treeData"></TreeGrid>
</div> </div>
...@@ -211,10 +211,7 @@ export default { ...@@ -211,10 +211,7 @@ export default {
padding: 15px; padding: 15px;
height: 55vh; height: 55vh;
border-radius: 5px; border-radius: 5px;
.mb10 {
float: right;
margin-bottom: 10px;
}
} }
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment