Commit f7689d57 authored by zhangderong's avatar zhangderong

扫码页面弹窗优化

parent 198140e9
...@@ -136,14 +136,14 @@ export default { ...@@ -136,14 +136,14 @@ export default {
value: '内部推荐', value: '内部推荐',
label: '内部推荐' label: '内部推荐'
}, },
{
value: '其他',
label: '其他'
},
{ {
value: '猎聘网', value: '猎聘网',
label: '猎聘网' label: '猎聘网'
}, },
{
value: '其他',
label: '其他'
},
], ],
isGET:[ isGET:[
{ {
...@@ -215,7 +215,7 @@ export default { ...@@ -215,7 +215,7 @@ export default {
// 阻止弹出键盘 // 阻止弹出键盘
defaultRRRR(){ defaultRRRR(){
document.activeElement.blur() document.activeElement.blur()
} },
}, },
mounted(){ mounted(){
this.welconme() this.welconme()
...@@ -240,21 +240,22 @@ export default { ...@@ -240,21 +240,22 @@ export default {
.header{ .header{
font-size: 1rem; font-size: 1rem;
text-align: center; text-align: center;
height:3rem; height:7%;
line-height: 3rem; line-height:3rem;
background: rgba(255,255,255,1) background: rgba(255,255,255,1)
} }
.utbuton{ .utbuton{
position: fixed; position: fixed;
bottom: 0; bottom: 1.5rem;
left: 26%; left: 26%;
width:48%; width:48%;
height: 2.2rem; height: 2.2rem;
font-size: 1.4rem; font-size: 1.4rem;
line-height: 1.4rem; line-height: 1.4rem;
} }
.sweepcode_content{ .sweepcode_content{
/* height:43rem; */ height:97rem;
/* border: 1px solid red */ /* border: 1px solid red */
} }
/* .input.ivu-input.ivu-input-default{ /* .input.ivu-input.ivu-input-default{
......
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