学无先后,达者为师

网站首页 编程语言 正文

el-table 鼠标悬浮时背景色改变

作者:乐~~~ 更新时间: 2023-07-28 编程语言

案例:

 

/* css  鼠标悬浮时 */
::v-deep .el-table tbody tr:hover > td {
  background-color: rgb(65, 111, 180) !important;
  color: #ffffff;
}

表格背景色透明

::v-deep .el-table tr {
  /* background-color: #10274c; */
  background-color: transparent;

  color: #fff;
}

表头背景色及字体颜色

::v-deep .el-table th.el-table__cell {
  background-color: #1132aa;
  color: #09ccde;
}

 

原文链接:https://blog.csdn.net/CMDN123456/article/details/131800856

  • 上一篇:没有了
  • 下一篇:没有了
栏目分类
最近更新