瀏覽代碼

Signed-off-by: yinxr <2273460044@qq.com>

yinxr 6 年之前
父節點
當前提交
83365fee2a

+ 2 - 2
src/main/webapp/WEB-INF/manager/mweixin/article/index.ftl

@@ -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>

+ 4 - 1
src/main/webapp/static/mweixin/article.less

@@ -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;
         }
     }
 }

+ 3 - 0
src/main/webapp/static/mweixin/css/article.css

@@ -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;
 }