Skip to content

Commit f5bea14

Browse files
authored
docs(demo): stripe dark (#6542)
1 parent 1deefa8 commit f5bea14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/table/demo/stripe.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ export default defineComponent({
7878
</script>
7979

8080
<style scoped>
81-
.ant-table-striped :deep(.table-striped) td {
81+
[data-doc-theme='light'] .ant-table-striped :deep(.table-striped) td {
8282
background-color: #fafafa;
8383
}
84+
[data-doc-theme='dark'] .ant-table-striped :deep(.table-striped) td {
85+
background-color: rgb(29, 29, 29);
86+
}
8487
</style>

0 commit comments

Comments
 (0)