Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
a96859d7
Commit
a96859d7
authored
Nov 29, 2019
by
tianbj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
滚动条
parent
7b15cae2
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
0 deletions
+28
-0
form.ftl
src/main/webapp/WEB-INF/manager/cms/category/form.ftl
+2
-0
form.ftl
src/main/webapp/WEB-INF/manager/cms/content/form.ftl
+9
-0
index.ftl
src/main/webapp/WEB-INF/manager/cms/content/index.ftl
+3
-0
main.ftl
src/main/webapp/WEB-INF/manager/cms/content/main.ftl
+4
-0
app.css
src/main/webapp/static/ms-admin/4.7.2/css/app.css
+10
-0
No files found.
src/main/webapp/WEB-INF/manager/cms/category/form.ftl
View file @
a96859d7
...
...
@@ -11,6 +11,7 @@
<el-button
size=
"mini"
icon=
"iconfont icon-fanhui"
plain
onclick=
"javascript:history.go(-1)"
>
返回
</el-button>
</el-header>
<el-main
class=
"ms-container"
>
<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"
...
...
@@ -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,6 +11,7 @@
<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-scrollbar
class=
"ms-scrollbar"
style=
"height: 100%;"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
size=
"mini"
>
<el-row
gutter=
"0"
...
...
@@ -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
:
40px
!important
;
line-height
:
46px
!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
(
100vh
-
141px
);
}
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
...
...
@@ -119,3 +119,12 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
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
Markdown
is supported
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