Forráskód Böngészése

页面样式调整

xiao547607 4 éve
szülő
commit
3648b490ea

+ 2 - 2
src/views/base/activityInfo-detail.vue

@@ -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: [],

+ 2 - 2
src/views/base/cooperationInfo-detail.vue

@@ -131,8 +131,8 @@ export default {
       loading: false,
       submitting: false,
       editorConfig: {
-        height: 300,
-        width: 600,
+        height: 400,
+        width: "90%",
       },
       uploadUrl: Constant.serverUrl + "/tinymce/upload?token=" + getToken(),
       typeList: [],

+ 1 - 1
src/views/base/cooperationInfo-list.vue

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

+ 2 - 2
src/views/base/newsInfo-detail.vue

@@ -144,8 +144,8 @@ export default {
       loading: false,
       submitting: false,
       editorConfig: {
-        height: 500,
-        width: 600,
+        height: 400,
+        width: "90%",
       },
       uploadUrl: Constant.serverUrl + "/tinymce/upload?token=" + getToken(),
       newsInfoList: [],

+ 2 - 2
src/views/base/recruitInfo-detail.vue

@@ -256,8 +256,8 @@ export default {
       educationResult: [],
       salaryLevelResult: [],
       editorConfig: {
-        height: 300,
-        width: 600,
+        height: 400,
+        width: "90%",
       },
       uploadUrl: Constant.serverUrl + "/tinymce/upload?token=" + getToken(),
       companyInfoResult: [],