|
@ -1,5 +1,5 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div class="content-top-wrap"> |
|
|
|
|
|
|
|
|
<div class="content-config-wrap"> |
|
|
<div class="content-table-wrap" ref="topTableRef"> |
|
|
<div class="content-table-wrap" ref="topTableRef"> |
|
|
<el-table |
|
|
<el-table |
|
|
border |
|
|
border |
|
@ -93,7 +93,7 @@ export default { |
|
|
}; |
|
|
}; |
|
|
</script> |
|
|
</script> |
|
|
<style lang="less" scoped> |
|
|
<style lang="less" scoped> |
|
|
.content-top-wrap { |
|
|
|
|
|
|
|
|
.content-config-wrap { |
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|