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

修改样式

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