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
83365fee
Commit
83365fee
authored
Jan 26, 2019
by
yinxr
Browse files
Signed-off-by: yinxr <2273460044@qq.com>
parent
64e44d56
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/mweixin/article/index.ftl
View file @
83365fee
...
...
@@ -10,7 +10,7 @@
<
script
type="text/javascript" charset="utf-8" src="http://mpm.mingsoft.net/static/plugins/ueditor/1.4.3.1/ueditor.all.js"></script>
<
script
type="text/javascript" charset="utf-8" src="http://mpm.mingsoft.net/static/plugins/ueditor/1.4.3.1/lang/zh-cn/zh-cn.js"></script>
<!--
v-if="menuVue.menuActive == '新建图文'" -->
<
div
id='article' class="ms-article">
<
div
id='article' class="ms-article
ms-container
">
<el-container>
<el-aside width="280px">
<div class="ms-main-article">
...
...
@@ -30,7 +30,7 @@
</el-aside>
<el-main>
<div class="ms-main-header">
<el-upload class="
avatar
-uploader" :show-file-list="false">
<el-upload class="
ms-pic
-uploader" :show-file-list="false">
<img v-if="false" :src="false" class="avatar">
<i v-else class="el-icon-plus avatar-uploader-icon"></i>
</el-upload>
...
...
src/main/webapp/static/mweixin/article.less
View file @
83365fee
...
...
@@ -3,6 +3,7 @@
.ms-article{
.ms-flex();
width: 100%;
background: transparent !important;
.el-container{
// 侧边
.el-aside{
...
...
@@ -68,7 +69,9 @@
}
// 内容区域
.el-main{
flex:1
flex:1;
background: #fff;
margin-left: 14px;
}
}
}
\ No newline at end of file
src/main/webapp/static/mweixin/css/article.css
View file @
83365fee
...
...
@@ -101,6 +101,7 @@ textarea::-webkit-input-placeholder {
display
:
flex
;
justify-content
:
space-between
;
width
:
100%
;
background
:
transparent
!important
;
}
.ms-article
.el-container
.el-aside
{
padding
:
14px
;
...
...
@@ -179,4 +180,6 @@ textarea::-webkit-input-placeholder {
}
.ms-article
.el-container
.el-main
{
flex
:
1
;
background
:
#fff
;
margin-left
:
14px
;
}
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