xsc 1 ano atrás
pai
commit
92578f56b8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/setting/components/ConfigureManage.vue

+ 1 - 1
src/views/setting/components/ConfigureManage.vue

@@ -53,7 +53,7 @@
       <div class="star">
         <span class="xing">*</span>
         <el-form-item v-if="form.type == 2" label="配置内容:" prop="value">
-          <tinymce v-model="form.value" :height="400" :width="95%" />
+          <tinymce v-model="form.value" :height="400" width="95%" />
         </el-form-item>
         <el-form-item v-if="form.type == 0" label="配置内容:" prop="value">
           <el-input v-model="form.value" />