src/views/CNAS/systemManagement/documentControl/index.vue
@@ -1,5 +1,5 @@ <template> <div class="file-handling"> <div class="capacity-scope"> <el-tabs type="border-card" v-model="activeName" style="height: 100%;"> <el-tab-pane :label="item.name" :name="item.component" v-for="(item, index) in tabList" :key="index" style="height: 100%;"> @@ -55,14 +55,4 @@ </script> <style scoped> .file-handling { margin-top: 10px; height: calc(100% - 20px); } >>>.el-tabs__content { height: 100%; padding: 0; padding-top: 10px; } </style>