提交 6b28487c 编写于 作者: A ailululu

fix: 顶部导航用户修改

上级 9b611903
......@@ -233,8 +233,8 @@ export default defineComponent({
width: 26px;
height: 26px;
vertical-align: middle;
background: url('../../assets/images/icon-user2.png') no-repeat;
background-size: 52px;
background: url('../../assets/images/icon-user.png') no-repeat;
background-size: 26px;
}
}
}
......@@ -322,9 +322,9 @@ export default defineComponent({
}
.user-link {
background-position: 0 0;
&:hover {
background-position: -26px 0;
}
// &:hover {
// background-position: -26px 0;
// }
}
}
}
......@@ -401,9 +401,9 @@ export default defineComponent({
}
.user-link {
background-position: 0 -25px;
&:hover {
background-position: -26px -25px;
}
// &:hover {
// background-position: -26px -25px;
// }
}
}
}
......@@ -480,9 +480,9 @@ export default defineComponent({
}
.user-link {
background-position: 0 -51px;
&:hover {
background-position: -26px -51px;
}
// &:hover {
// background-position: -26px -51px;
// }
}
}
}
......
......@@ -81,9 +81,6 @@ export default defineComponent({
data.searchVal = '';
}, 200);
};
const checklist = item => {
console.log(1);
};
const checklist = () => {
data.searchVal = '';
data.searchCurName = '';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册