Skip to content

Commit

Permalink
fix opengoofy#1153 fix list display exception (opengoofy#1189)
Browse files Browse the repository at this point in the history
* fix opengoofy#1153
List display exception

* fix list display exception(opengoofy#1153)
  • Loading branch information
ishikaibin authored Apr 27, 2023
1 parent e3cb45f commit 9b33ea6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hippo4j-ui/src/views/hippo4j/threadpool/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,17 @@
</div>
</template>

<style>
.el-table--border th.el-table__cell {
padding: 0;
height: 40px;
}
.el-table .cell {
line-height: normal;
}
</style>

<script>
import * as itemApi from '@/api/hippo4j-item';
import * as tenantApi from '@/api/hippo4j-tenant';
Expand Down

0 comments on commit 9b33ea6

Please sign in to comment.