Commit 28d90824 authored by ‘yangmengxue’'s avatar ‘yangmengxue’

修改样式

parent 57215282
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
font-size: 20px; font-size: 20px;
font-weight: 600; font-weight: 600;
color: #1b1419; color: #1b1419;
line-height: 20px; line-height: 45px;
text-align: center; text-align: center;
margin: 0 0 24px 0; margin: 0 0 24px 0;
} }
......
<template> <template>
<div class="referInfo"> <div class="referInfo">
<!-- 测试 -->
<el-form <el-form
:model="referForm" :model="referForm"
:rules="referInfoRules" :rules="referInfoRules"
...@@ -1057,10 +1056,6 @@ ...@@ -1057,10 +1056,6 @@
</div> </div>
</el-upload> </el-upload>
</div> </div>
<el-dialog :visible.sync="dialogVisible">
<img :src="resultPicture" alt="" width="100%" />
</el-dialog>
</div> </div>
</el-form-item> </el-form-item>
</div> </div>
...@@ -1123,10 +1118,6 @@ ...@@ -1123,10 +1118,6 @@
</div> </div>
</el-upload> </el-upload>
</div> </div>
<el-dialog :visible.sync="dialogVisible">
<img :src="resultPicture" alt="" width="100%" />
</el-dialog>
</div> </div>
</el-form-item> </el-form-item>
</div> </div>
...@@ -1184,10 +1175,6 @@ ...@@ -1184,10 +1175,6 @@
</div> </div>
</el-upload> </el-upload>
</div> </div>
<el-dialog :visible.sync="dialogVisible">
<img :src="resultPicture" alt="" width="100%" />
</el-dialog>
</div> </div>
</el-form-item> </el-form-item>
</div> </div>
...@@ -1245,10 +1232,6 @@ ...@@ -1245,10 +1232,6 @@
</div> </div>
</el-upload> </el-upload>
</div> </div>
<el-dialog :visible.sync="dialogVisible">
<img :src="resultPicture" alt="" width="100%" />
</el-dialog>
</div> </div>
</el-form-item> </el-form-item>
</div> </div>
...@@ -1259,6 +1242,10 @@ ...@@ -1259,6 +1242,10 @@
<el-button @click="confirm">提交资料</el-button> <el-button @click="confirm">提交资料</el-button>
</div> </div>
</el-form> </el-form>
<!-- 放大查看上传图片 -->
<el-dialog :visible.sync="dialogVisible">
<img :src="resultPicture" alt="" width="100%" />
</el-dialog>
<!-- 多形式报名邀请码报错弹框 --> <!-- 多形式报名邀请码报错弹框 -->
<cueDialog :dialogVisible="cueDialogVisible" :msg="msg"></cueDialog> <cueDialog :dialogVisible="cueDialogVisible" :msg="msg"></cueDialog>
</div> </div>
...@@ -1690,26 +1677,25 @@ export default { ...@@ -1690,26 +1677,25 @@ export default {
//衣服尺码 //衣服尺码
clothesSize: [ clothesSize: [
{ {
id: 'S', id: "S",
name: "S (155-160CM)", name: "S (155-160CM)",
}, },
{ {
id: 'M', id: "M",
name: "M (160-165CM)", name: "M (160-165CM)",
}, },
{ {
id: 'L', id: "L",
name: "L (165-170CM)", name: "L (165-170CM)",
}, },
{ {
id: 'XL', id: "XL",
name: "XL (170-175CM)", name: "XL (170-175CM)",
}, },
{ {
id: 'XXL', id: "XXL",
name: "XXL (175-180CM)", name: "XXL (175-180CM)",
} },
], ],
// 中学(模糊搜索) // 中学(模糊搜索)
// timeout: null, // timeout: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment