|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<div class="app-container"> |
|
|
|
<el-row> |
|
|
|
<!-- <el-row> --> |
|
|
|
<div class="tab-content"> |
|
|
|
<span class="right-top-line" /> |
|
|
|
<span class="left-bottom-line" /> |
|
|
@ -10,10 +10,9 @@ |
|
|
|
<!-- 最右侧装饰img --> |
|
|
|
<span class="tab-right-img" /> |
|
|
|
</ul> |
|
|
|
<!-- <component :is="comName" :record-form-visible="recordFormVisible" /> --> |
|
|
|
<component :is="comName" /> |
|
|
|
</div> |
|
|
|
</el-row> |
|
|
|
<!-- </el-row> --> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
@ -51,4 +50,9 @@ export default { |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
.tab-content{ |
|
|
|
position: relative; |
|
|
|
margin-top: 61px; |
|
|
|
border: 1px solid #113d72; |
|
|
|
} |
|
|
|
</style> |