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
d56a40da
Commit
d56a40da
authored
Jan 26, 2019
by
yinxr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: yinxr <2273460044@qq.com>
parent
b94ab35e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
53 additions
and
0 deletions
+53
-0
index.ftl
src/main/webapp/WEB-INF/manager/mweixin/article/index.ftl
+16
-0
index.css
src/main/webapp/static/ms-admin/4.7.0/css/index.css
+31
-0
index.less
src/main/webapp/static/ms-admin/4.7.0/less/index.less
+6
-0
No files found.
src/main/webapp/WEB-INF/manager/mweixin/article/index.ftl
View file @
d56a40da
<!-- 新建图文 -->
<script src="https://unpkg.com/vue-slicksort@latest/dist/vue-slicksort.min.js"></script>
<div id='article'>
<el-container>
<el-aside width="280px">
</el-aside>
<el-main>Main</el-main>
</el-container>
</div>
<script>
var articleVue = new Vue({
el: '#article'
})
</script>
\ No newline at end of file
src/main/webapp/static/ms-admin/4.7.0/css/index.css
View file @
d56a40da
...
@@ -69,6 +69,32 @@ textarea::-webkit-input-placeholder {
...
@@ -69,6 +69,32 @@ textarea::-webkit-input-placeholder {
background-color
:
#ddd
;
background-color
:
#ddd
;
/*滚动条的背景颜色*/
/*滚动条的背景颜色*/
}
}
.ms-container
{
margin
:
12px
;
height
:
100%
;
padding
:
14px
14px
0
14px
;
background
:
#fff
;
}
.ms-header
{
padding
:
10px
;
margin
:
0
;
border-bottom
:
1px
solid
#ddd
;
background
:
#fff
;
height
:
50px
;
}
.ms-pagination
{
padding
:
20px
0
;
text-align
:
right
;
}
.ms-fr
{
float
:
right
;
}
.ms-tr
{
text-align
:
right
;
}
.el-button
+
.el-button
{
margin-left
:
0
;
}
.ms-admin-header
{
.ms-admin-header
{
display
:
flex
;
display
:
flex
;
padding
:
0
;
padding
:
0
;
...
@@ -298,3 +324,8 @@ textarea::-webkit-input-placeholder {
...
@@ -298,3 +324,8 @@ textarea::-webkit-input-placeholder {
border-left
:
none
;
border-left
:
none
;
border-radius
:
0
;
border-radius
:
0
;
}
}
.ms-admin-container
>
.ms-admin-main
iframe
{
width
:
100%
;
height
:
100%
;
border
:
none
!important
;
}
src/main/webapp/static/ms-admin/4.7.0/less/index.less
View file @
d56a40da
...
@@ -229,5 +229,10 @@
...
@@ -229,5 +229,10 @@
}
}
}
}
}
}
// 嵌套iframe
iframe{
.ms-width-height(100%);
border: none !important;
}
}
}
}
}
\ 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