We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1deefa8 commit f5bea14Copy full SHA for f5bea14
components/table/demo/stripe.vue
@@ -78,7 +78,10 @@ export default defineComponent({
78
</script>
79
80
<style scoped>
81
-.ant-table-striped :deep(.table-striped) td {
+[data-doc-theme='light'] .ant-table-striped :deep(.table-striped) td {
82
background-color: #fafafa;
83
}
84
+[data-doc-theme='dark'] .ant-table-striped :deep(.table-striped) td {
85
+ background-color: rgb(29, 29, 29);
86
+}
87
</style>
0 commit comments