diff --git a/src/assets/images/official/banner02.png b/src/assets/images/official/banner02.png index 7df7c84..00082b2 100644 Binary files a/src/assets/images/official/banner02.png and b/src/assets/images/official/banner02.png differ diff --git a/src/components/generator/config.js b/src/components/generator/config.js index 3fd4600..4cf21f3 100644 --- a/src/components/generator/config.js +++ b/src/components/generator/config.js @@ -561,7 +561,7 @@ export const imageComponents = [ tagIcon: 'image-select', layout: 'colFormItem', span: 24, - required: false, + required: true, regList: [], changeTag: true }, @@ -776,7 +776,7 @@ export const personalInfoComponents = [ clearable: true, 'prefix-icon': 'el-icon-postcard', 'suffix-icon': '', - maxlength: 20, + maxlength: 18, 'show-word-limit': true, readonly: false, disabled: false diff --git a/src/views/official/index.vue b/src/views/official/index.vue index c9db473..129162f 100644 --- a/src/views/official/index.vue +++ b/src/views/official/index.vue @@ -36,7 +36,11 @@ 立即体验
- +
@@ -254,7 +258,7 @@ body { .content-header { display: flex; flex-direction: row; - justify-content: space-evenly; + justify-content: center; align-content: center; align-items: center; * { @@ -272,10 +276,15 @@ body { color: #fff; line-height: 43px; } - .right img { - padding-top: 30px; - height: 540px; - width: 375px; + .right{ + position: relative; + height: 700px; + width: 700px; + .image { + padding-top: 30px; + height: 840px; + width: 700px; + } } } }