Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
ceefa20a
Commit
ceefa20a
authored
Dec 13, 2020
by
RuoYi
Browse files
调整代码生成页列宽
parent
89e1f2a5
Changes
1
Show whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/tool/gen/index.vue
View file @
ceefa20a
...
...
@@ -91,21 +91,21 @@
align=
"center"
prop=
"tableName"
:show-overflow-tooltip=
"true"
width=
"1
3
0"
width=
"1
2
0"
/>
<el-table-column
label=
"表描述"
align=
"center"
prop=
"tableComment"
:show-overflow-tooltip=
"true"
width=
"1
3
0"
width=
"1
2
0"
/>
<el-table-column
label=
"实体"
align=
"center"
prop=
"className"
:show-overflow-tooltip=
"true"
width=
"1
3
0"
width=
"1
2
0"
/>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"160"
/>
<el-table-column
label=
"更新时间"
align=
"center"
prop=
"updateTime"
width=
"160"
/>
...
...
@@ -159,7 +159,7 @@
<!-- 预览界面 -->
<el-dialog
:title=
"preview.title"
:visible.sync=
"preview.open"
width=
"80%"
top=
"5vh"
append-to-body
>
<el-tabs
v-model=
"preview.activeName"
>
<el-tab-pane
style=
"overflow-x: scroll;"
<el-tab-pane
v-for=
"(value, key) in preview.data"
:label=
"key.substring(key.lastIndexOf('/')+1,key.indexOf('.vm'))"
:name=
"key.substring(key.lastIndexOf('/')+1,key.indexOf('.vm'))"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment