Commit f7689d57 authored by zhangderong's avatar zhangderong

扫码页面弹窗优化

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