@@ -120,8 +120,8 @@ export default {
loading: false,
submitting: false,
editorConfig: {
- height: 300,
- width: 600,
+ height: 400,
+ width: "90%",
},
uploadUrl: Constant.serverUrl + "/tinymce/upload?token=" + getToken(),
typeList: [],
@@ -131,8 +131,8 @@ export default {
@@ -117,7 +117,7 @@
<span v-else>未上架</span>
</template></el-table-column
>
- <el-table-column label="操作" width="150" fixed="right">
+ <el-table-column label="操作" width="150">
<template slot-scope="{ row }">
<el-button size="mini" type="warning" @click="handleEdit(row)"
>编辑</el-button
@@ -144,8 +144,8 @@ export default {
- height: 500,
newsInfoList: [],
@@ -256,8 +256,8 @@ export default {
educationResult: [],
salaryLevelResult: [],
companyInfoResult: [],