Skip to content

Commit

Permalink
Merge pull request #75 from lihuacai168/fix/config-overflow
Browse files Browse the repository at this point in the history
fix(web config): fix table header overflow
  • Loading branch information
lihuacai168 authored Apr 23, 2023
2 parents 97ccde5 + 5182162 commit 8011da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/fastrunner/config/components/ConfigList.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<el-container>
<el-header style="padding-top: 10px; height: 50px;">
<el-header style="padding-top: 10px; height: 50px; overflow-x: hidden">
<div>
<el-row :gutter="50">
<el-col :span="6" v-if="configData.count > 11">
Expand Down

0 comments on commit 8011da2

Please sign in to comment.