diff --git a/src/components/modules/module.vue b/src/components/modules/module.vue index 98ed084..ebb7bad 100644 --- a/src/components/modules/module.vue +++ b/src/components/modules/module.vue @@ -40,6 +40,7 @@ +

{{ scope.row[item.prop] }}

@@ -78,7 +79,7 @@ ref="form" :model="data.form" :rules="rules" - label-width="70px"> + :label-width="data.labelWidth"> { @@ -582,7 +584,6 @@ export default { // 编辑内容 editIntro (row, i = 0) { this.data.form = JSON.parse(JSON.stringify(row)) - if (!this.data.labelWidth) this.data.labelWidth = '60px' this.curModule = i this.contentVisible = true }, diff --git a/src/const/modules.js b/src/const/modules.js index cb0a47a..95279af 100644 --- a/src/const/modules.js +++ b/src/const/modules.js @@ -698,7 +698,7 @@ export default { } }, { - type: 'form', + type: 'introduce', forms: [ { type: 'upload', @@ -730,9 +730,9 @@ export default { } ], form: { - pic: 'https://huorantech.com/images/index/index0.png', - title: '他们说', - subTitle: '—— 河海大学老师', + pic: '', + title: '', + subTitle: '', link: { linkName: '无', connectionType: 1, @@ -744,8 +744,30 @@ export default { otherArticleId: '', isOpen: 1 }, - des: `平台功能丰富,操作简单,自动判分功能,能更高效的批改作业给学生更好的指导。` - } + des: '', + isEnable: 1, + }, + list: [ + { + pic: 'https://huorantech.com/images/index/index0.png', + title: '他们说', + subTitle: '—— 河海大学老师', + link: { + linkName: '无', + connectionType: 1, + columnId: [], + articleId: '', + linkAddress : '', + site: '', + otherColumnId: [], + otherArticleId: '', + isOpen: 1 + }, + des: `平台功能丰富,操作简单,自动判分功能,能更高效的批改作业给学生更好的指导。`, + isEnable: 1, + } + ], + dialogWidth: '1100px', }, { type: 'introduce', @@ -817,7 +839,7 @@ export default { }, { type: 'input', - prop: 'site', + prop: 'siteName', label: '公司官网', }, { @@ -838,7 +860,7 @@ export default { ], form: { pic: 'https://huorantech.com/images/about/logo.png', - site: '公司官网:www.huorantech.com', + siteName: '公司官网:www.huorantech.com', address: `地址:广东省深圳市南山区粤海街道海天二路盈峰中心2101`, phone: `合作咨询:郭经理 17671782660`, mail: `客户建议:service@huorantech.cn`, diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index ab5f99a..c984ea0 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -181,6 +181,9 @@ export default { font-size: 14px; } } + /deep/.el-avatar > img { + width: 100%; + } } } \ No newline at end of file diff --git a/src/pages/column/page/aboutUs.vue b/src/pages/column/page/aboutUs.vue index 7e45494..695a9f9 100644 --- a/src/pages/column/page/aboutUs.vue +++ b/src/pages/column/page/aboutUs.vue @@ -179,36 +179,46 @@ @click="toSet(7)">点击更换标题与描述 -
- -
-
- - {{ modules[8].form.title }} -
-
-
- {{ modules[8].form.subTitle }} - -
-
点击更改图片、标题、概述与链接
-
-
+ + + +
    -