From 31a271301275ca59e4821b988f482f753ae0b885 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 03 四月 2020 10:16:28 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue --- 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