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
83365fee
Commit
83365fee
authored
Jan 26, 2019
by
yinxr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: yinxr <2273460044@qq.com>
parent
64e44d56
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
index.ftl
src/main/webapp/WEB-INF/manager/mweixin/article/index.ftl
+2
-2
article.less
src/main/webapp/static/mweixin/article.less
+5
-1
article.css
src/main/webapp/static/mweixin/css/article.css
+3
-0
No files found.
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
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