src/views/dnc/base/modules/ProductStructure/ProductStructureMain.vue
@@ -1,12 +1,12 @@ <template> <div style="height: 100%;max-height: 748px"> <!--产品结构树右侧顶部区域--> <div style="height: 55%;overflow: hidden"> <div style="height: 45%;overflow: hidden"> <ProductStructureMainTop :size="tabContainerSize"/> </div> <!--产品结构树右侧底部区域--> <div style="height: 45%;overflow: hidden"> <div style="height: 55%;overflow: hidden"> <ProductStructureMainBottom :size="tabContainerSize"/> </div> </div>