Commit ca1257e6 by yanju

修改信息页面输入框高度不变

parent d60a40f0
......@@ -198,10 +198,13 @@
this.dataGetTopicList();
if(process.browser){
document.addEventListener('click',(e)=>{
if(this.$refs.topicCard){
if(!this.$refs.topicCard.contains(e.target)){
this.showTopicCard = false;
}
}
})
}
......
......@@ -142,7 +142,6 @@
getDataUserInfo(){
this.$axios.$get(config.api.get.User.myInfo).then((response) => {
if(response.code===0){
console.log(response);
let data = response.data;
this.nickName=data.nickName;
this.gender= data.gender;
......@@ -239,6 +238,7 @@
}
.input2{
box-sizing: border-box;
width:726*$length;
height:48*$length;
border-radius: 4*$length;
......
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