优化
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
v-loading="crud.loading"
|
||||
:data="crud.data"
|
||||
size="mini"
|
||||
height="420"
|
||||
style="width: 100%;"
|
||||
:max-height="420"
|
||||
style="width: 100%;background: transparent;overflow:auto;"
|
||||
@selection-change="crud.selectionChangeHandler"
|
||||
>
|
||||
<el-table-column type="index" label="序号" width="100" align="center" />
|
||||
@@ -63,7 +63,8 @@
|
||||
</template>
|
||||
</el-table>
|
||||
<!--分页组件-->
|
||||
<pagination />
|
||||
<pagination />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -131,4 +132,7 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
|
||||
::-webkit-scrollbar-corner{
|
||||
background: transparent;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user