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
MCMS
Commits
a96859d7
Commit
a96859d7
authored
Nov 29, 2019
by
tianbj
Browse files
滚动条
parent
7b15cae2
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/cms/category/form.ftl
View file @
a96859d7
...
...
@@ -11,7 +11,8 @@
<el-button size="mini" icon="iconfont icon-fanhui" plain onclick="javascript:history.go(-1)">返回</el-button>
</el-header>
<el-main class="ms-container">
<el-form ref="form" :model="form" :rules="rules" label-width="120px" size="mini">
<el-scrollbar class="ms-scrollbar" style="height: 100%;">
<el-form ref="form" :model="form" :rules="rules" label-width="120px" size="mini">
<el-row
gutter="0"
justify="start" align="top">
...
...
@@ -152,6 +153,7 @@
</el-select>
</el-form-item>
</el-form>
</el-scrollbar>
</el-main>
</div>
</body>
...
...
src/main/webapp/WEB-INF/manager/cms/content/form.ftl
View file @
a96859d7
...
...
@@ -11,7 +11,8 @@
<el-button size="mini" icon="iconfont icon-fanhui" plain onclick="javascript:history.go(-1)" v-if="returnIsShow">返回</el-button>
</el-header>
<el-main class="ms-container">
<el-form ref="form" :model="form" :rules="rules" label-width="120px" size="mini">
<el-scrollbar class="ms-scrollbar" style="height: 100%;">
<el-form ref="form" :model="form" :rules="rules" label-width="120px" size="mini">
<el-row
gutter="0"
justify="start" align="top">
...
...
@@ -168,6 +169,7 @@
<vue-ueditor-wrap style="line-height: 0px" v-model="form.contentDetails" :config="editorConfig"></vue-ueditor-wrap>
</el-form-item>
</el-form>
</el-scrollbar>
</el-main>
</div>
</body>
...
...
@@ -382,4 +384,10 @@
.el-select
{
width: 100%;
}
body
{
overflow
:
hidden
;
}
#form
{
overflow
:
hidden
;
}
</
style
>
\ No newline at end of file
src/main/webapp/WEB-INF/manager/cms/content/index.ftl
View file @
a96859d7
...
...
@@ -114,4 +114,7 @@
height
:
40
px
!
important
;
line-height
:
46
px
!
important
;
}
body
{
overflow
:
hidden
;
}
</
style
>
src/main/webapp/WEB-INF/manager/cms/content/main.ftl
View file @
a96859d7
...
...
@@ -334,4 +334,7 @@
#main .ms-container
{
height
:
calc
(
100
vh
-
141
px
)
;
}
body
{
overflow
:
hidden
;
}
</
style
>
\ No newline at end of file
src/main/webapp/static/ms-admin/4.7.2/css/app.css
View file @
a96859d7
...
...
@@ -118,4 +118,13 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
.el-table__body-wrapper
::-webkit-scrollbar-thumb
{
border-radius
:
10px
;
background-color
:
rgba
(
144
,
147
,
153
,
.5
);
}
.ms-scrollbar
.el-scrollbar__wrap
{
overflow-x
:
hidden
;
}
.ms-scrollbar
.el-scrollbar__bar.is-vertical
{
width
:
6px
!important
;
}
.ms-scrollbar
.el-scrollbar__view
{
padding-right
:
17px
;
}
\ No newline at end of file
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