/* 用來設置當前頁面element全局table 選中某行時的背景色*/ .el-table__body tr.current-row>td{ background-color: #f19944 !important; /* color: #f19944; */ /* 設置文字顏色,可以選擇不設置 */ } /* 用來設置當前頁面element全局table 鼠標移入某行時的背景色*/ .el-table--enable-row-hover .el-table__body tr:hover>td { background-color: #f19944; /* color: #f19944; */ /* 設置文字顏色,可以選擇不設置 */ }
參考:https://blog.csdn.net/qq_37559253/article/details/100858792