/* 表格行背景色样式 start */ .el-table .warning { background: #E6A23C; } .el-table .danger { background: #F56C6C; } .el-table .success { background: #67C23A; } .el-table .primary { background: #409EFF; } .el-table .info { background: #909399; } .el-table .purple-row { background: rgb(255, 0, 255); } /* 表格选中行 颜色 ::v-deep */ .el-table__body tr.current-row>td { background-color: #409EFF !important; } /* 表格行背景色样式 end */ .publicfontsize{ font-size: 18px; }