element 表格修改

表頭樣式

th{
    background: #04020d !important;
    color: rgba(202,207,239,0.80);
    line-height: 17px;
  }

表格為空的時(shí)的樣式

.el-table__empty-block{
    color: #CACFEF !important;
    background: #261A55 !important;
  }

表格斑馬線樣式

.el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #04020d !important;
}

鼠標(biāo)懸浮樣式

&--enable-row-hover &__body tr:hover>td {
    background-color: transparent !important;
  }

表格列樣式

tr{
    color: #CACFEF !important;
    background: #261A55 !important;
  }
 td, th.is-leaf {
    border-bottom: transparent !important;
  }
&::before{
    border-bottom: transparent !important;
    background: transparent !important;
  }

其他

  tr, td, th{
    padding: 0 !important;
    height: 44px !important;
  }
  .cell , th>.cell{
    padding-left: 18px !important;
  }
}

滾動(dòng)條修改

.el-table{
&__body-wrapper{
    &::-webkit-scrollbar {
      width: 8px; // 橫向滾動(dòng)條
      height: 8px; //縱向滾動(dòng)條
    }
    // 滾動(dòng)條的滑塊
    &::-webkit-scrollbar-thumb {
      background-color: #4F2BDB;
      border-radius: 4px;
    }
    &::-webkit-scrollbar-track{/*滾動(dòng)條里面軌道*/
      border-radius: 4px;
      background-color: transparent;
    }
  } 
}
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容