begmoon 1 year ago
parent
commit
1daee54b3e
2 changed files with 5 additions and 1 deletions
  1. 3 0
      src/components/fuEditor/index.vue
  2. 2 1
      src/views/match/addChampionSay.vue

+ 3 - 0
src/components/fuEditor/index.vue

@@ -150,6 +150,9 @@ export default {
     height: 800px;
     margin-top:20px;
     background-color: white;
+    padding-left: 100px;
+    padding-top: 100px;
+    padding-right: 100px;
         // top: 52px;
   }
   overflow-y: scroll;

+ 2 - 1
src/views/match/addChampionSay.vue

@@ -34,6 +34,7 @@
   }
   .detail{
     margin-bottom: 100px;
+    width: 70%;
   }
 }
 
@@ -108,7 +109,7 @@
          <el-input placeholder="URL地址" v-model="articleurl" style="width:500px"></el-input>
         <el-button type="primary" @click="spiderArticle" style="margin-left:20px">抓取</el-button>
       </el-form-item>
-      <el-form-item v-loading="loading">
+      <el-form-item v-loading="loading" class="detail">
         <fuEditor
           v-model="form.content"
           :isClear="isClear"