This commit is contained in:
weicw
2021-08-06 17:56:36 +08:00
parent 5bc27cb0ee
commit 29fbf507ae
3 changed files with 34 additions and 8 deletions

View File

@@ -752,4 +752,8 @@ export default {
margin-top: 10px;
padding: 0 16px;
}
.ant-table-striped :deep(.table-striped) {
background-color: #fafafa;
}
</style>