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
d56a40da
Commit
d56a40da
authored
Jan 26, 2019
by
yinxr
Browse files
Signed-off-by: yinxr <2273460044@qq.com>
parent
b94ab35e
Changes
3
Show whitespace changes
Inline
Side-by-side
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
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