|
@@ -191,8 +191,8 @@ function handleJump() {
|
|
|
|
|
|
<!-- table -->
|
|
|
<el-card shadow="never" class="mt-5">
|
|
|
- <div style="height: 765px">
|
|
|
- <el-table :data="tableData" stripe height="765px" style="width: 100%">
|
|
|
+ <div style="height: 765px; overflow: auto">
|
|
|
+ <el-table :data="tableData" stripe style="width: 100%">
|
|
|
<el-table-column fixed prop="searchTerm" label="关键词" width="260">
|
|
|
<template #header>
|
|
|
<el-icon style="top: 2px; margin-right: 3px">
|