当前位置:   article > 正文

Vue——elementUI的table背景透明_el-table 透明度 vue

el-table 透明度 vue

需求:拿到别人用elementUI创建table,要把背景改成透明的。(搞了很久都不对网上很多人也说了都没弄好,所以纪律一下)

  1. .el-table th{
  2. color: #ffffff; /* 字体颜色 */
  3. font-size: 16px;
  4. background-color: transparent !important;/* 背景透明 */
  5. border: 0;
  6. height: 30px;
  7. line-height: 30px;
  8. }
  9. .el-table tr, .el-table td {
  10. color: #e5dada;
  11. font-size: 12px;
  12. background-color: transparent !important;/* 背景透明 */
  13. border: 0;
  14. height: 30px;
  15. line-height: 30px;
  16. }
  17. /* 上面两个背景色透明才能让table的背景透明少一个都不行 */

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/113781
推荐阅读
相关标签
  

闽ICP备14008679号