fix: merge conflict fix

This commit is contained in:
changhuiping.chp 2023-06-29 18:55:49 +08:00
parent 980ff2f57e
commit a79d066a97

View File

@ -30,13 +30,14 @@ th {
tr:nth-child(even) { tr:nth-child(even) {
background-color: #f2f2f2; background-color: #f2f2f2;
} }
tr:hover { tr:hover {
background-color: #ddd; background-color: #ddd;
} }
html body .ant-btn-primary { body .ant-btn-primary {
background-color: #1677ff; background-color: #1677ff;
}
.ant-pagination .ant-pagination-prev * { .ant-pagination .ant-pagination-prev * {
color: rgb(145, 35, 167) !important; color: rgb(145, 35, 167) !important;
} }