|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <normalLayout>
|
|
|
+ <normalLayout style="height: calc(100vh - 130px)">
|
|
|
<div slot="content" class=" normal-panel el-row" >
|
|
|
<div class="borderRight el-col el-col-12">
|
|
|
<list ref="list" @rowShow="rowShow">
|
|
|
@@ -75,4 +75,4 @@ export default {
|
|
|
.borderRight{
|
|
|
border-right: 1px solid #ccc;;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|