mirror of
https://gitee.com/log4j/pig-ui.git
synced 2025-01-03 23:42:23 +08:00
✨ Introducing new features. 修改日志查询页面表格不能滚动的问题
This commit is contained in:
parent
e535d9b83a
commit
5ee48ea5ab
@ -1,5 +1,4 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="layout-padding">
|
|
||||||
<el-card class="layout-padding-auto" shadow="hover">
|
<el-card class="layout-padding-auto" shadow="hover">
|
||||||
<el-row v-show="showSearch" class="mb8">
|
<el-row v-show="showSearch" class="mb8">
|
||||||
<el-form :model="state.queryForm" ref="queryRef" :inline="true">
|
<el-form :model="state.queryForm" ref="queryRef" :inline="true">
|
||||||
@ -62,7 +61,6 @@
|
|||||||
<pagination v-bind="state.pagination" @size-change="sizeChangeHandle" @current-change="currentChangeHandle">
|
<pagination v-bind="state.pagination" @size-change="sizeChangeHandle" @current-change="currentChangeHandle">
|
||||||
</pagination>
|
</pagination>
|
||||||
</el-card>
|
</el-card>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
Loading…
Reference in New Issue
Block a user