From 09918e338a06ef17f2cb38f196dec838c3460d90 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期日, 19 四月 2020 14:47:25 +0800 Subject: [PATCH] 修复 undertow 未生效问题 --- ruoyi-ui/src/views/tool/gen/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/tool/gen/index.vue b/ruoyi-ui/src/views/tool/gen/index.vue index 28fb5bc..1076820 100644 --- a/ruoyi-ui/src/views/tool/gen/index.vue +++ b/ruoyi-ui/src/views/tool/gen/index.vue @@ -80,7 +80,7 @@ <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange"> <el-table-column type="selection" width="55"></el-table-column> - <el-table-column label="搴忓彿" align="center" prop="tableId" width="50px" /> + <el-table-column label="搴忓彿" align="center" prop="tableId" width="60px" /> <el-table-column label="琛ㄥ悕绉�" align="center" @@ -284,4 +284,4 @@ } } }; -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3