hookehuyr

fix 底部组件-联系我们hover效果显示优化

<!--
* @Date: 2024-09-26 13:42:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-12 14:13:11
* @LastEditTime: 2024-12-16 10:00:36
* @FilePath: /hager/src/components/common/hagerFooter.vue
* @Description: 文件描述
-->
......@@ -245,10 +245,9 @@ export default {
}
&.link-contact {
p {
// color: #7a98c7;
&:hover {
text-decoration: underline;
cursor: pointer;
text-decoration: none;
cursor: default;
}
}
}
......