You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
513 B
31 lines
513 B
/* 表格行背景色样式 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;
|
|
}
|