Vue 鼠标移动上去变手,变颜色-前端-E先生的博客
Java
MySQL
大数据
Python
前端
黑科技
大语言模型
    首页 >> 互联网 >> 前端

Vue 鼠标移动上去变手,变颜色

[导读]:一个链接样式<aclass="link"@click="doClick(scope.row)">{{scope.row.gmtCreate}}</a>直接改class对应的css即可,hover表示鼠标指针浮动在上面。<stylescoped>.link:hover,.server-tablei.el-tooltip...

一个链接样式

<a class="link" @click="doClick(scope.row)">{{scope.row.gmtCreate}}</a>

直接改class对应的css即可,hover表示鼠标指针浮动在上面。

<style scoped>
    .link:hover,
    .server-table i.el-tooltip:hover {
        cursor: pointer; //鼠标变手
        color: #409EFF; //链接变颜色
    }


image.png

本文来自E先生的博客,如若转载,请注明出处:https://www.javajz.cn

留言区

联系人:
手   机:
内   容:
验证码:

历史留言

欢迎加Easy的QQ