Lijy hace 6 meses
padre
commit
8716bd557b

+ 1 - 1
fhKeeper/formulahousekeeper/articleBackend/src/components/backend/TinymceEditor.vue

@@ -81,7 +81,7 @@ const emit = defineEmits(['input']);
 const piniaToken = JSON.parse(localStorage.getItem('pinia-token') || '')
 const myTinyInit = reactive({
   width: '100%',
-  height: 500,
+  height: 800,
   branding: true,
   menubar: true,
   resize: true,

+ 1 - 1
fhKeeper/formulahousekeeper/articleBackend/src/views/article/ArticleManage.vue

@@ -344,7 +344,7 @@ const deleteArticle = async (row) => {
             @current-change="onCurrentChange" style="margin-top: 20px; justify-content: flex-end" />
 
             <!-- 抽屉 -->
-        <el-drawer v-model="visibleDrawer" :title="`${articleModel.id ? '编辑文章' : '添加文章'}`" direction="rtl" size="50%">
+        <el-drawer v-model="visibleDrawer" :title="`${articleModel.id ? '编辑文章' : '添加文章'}`" direction="rtl" size="100%">
             <!-- 添加文章表单 -->
             <el-form :model="articleModel" label-width="100px" >
                 <el-form-item label="文章标题" >