docs(demo): stripe dark (#6542)

pull/6560/head
Cherry7 2023-05-11 23:23:08 +08:00 committed by GitHub
parent 1deefa8b7f
commit f5bea1413b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,10 @@ export default defineComponent({
</script>
<style scoped>
.ant-table-striped :deep(.table-striped) td {
[data-doc-theme='light'] .ant-table-striped :deep(.table-striped) td {
background-color: #fafafa;
}
[data-doc-theme='dark'] .ant-table-striped :deep(.table-striped) td {
background-color: rgb(29, 29, 29);
}
</style>