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
a50beae5
Commit
a50beae5
authored
Dec 10, 2020
by
RuoYi
Browse files
代码生成预览提供滚动机制
parent
4d46f4c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/assets/styles/ruoyi.scss
View file @
a50beae5
...
...
@@ -238,7 +238,3 @@
position
:
relative
;
float
:
right
;
}
/* el-tabs提供滚动机制 */
.el-tabs__content
{
overflow-x
:
scroll
;
}
\ No newline at end of file
ruoyi-ui/src/views/tool/gen/index.vue
View file @
a50beae5
...
...
@@ -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
<el-tab-pane
style=
"overflow-x: scroll;"
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