Skip to content

Commit b7dd780

Browse files
authored
docs(virtual-scroll-box): virtual-scroll-box doc adapt dark theme (#2997)
1 parent 67b9c48 commit b7dd780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sites/demos/pc/app/virtual-scroll-box/table-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const colStyle = ({ viewRow, viewCol }) => {
9898
.vs-cell {
9999
display: table-cell;
100100
font-size: 12px;
101-
background-color: white;
101+
background-color: var(--docs-color-bg);
102102
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0 100%),
103103
linear-gradient(180deg, rgba(0, 0, 0, 0.2) 1px 100%);
104104
background-position:

examples/sites/demos/pc/app/virtual-scroll-box/table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default {
108108
.vs-cell {
109109
display: table-cell;
110110
font-size: 12px;
111-
background-color: white;
111+
background-color: var(--docs-color-bg);
112112
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0 100%),
113113
linear-gradient(180deg, rgba(0, 0, 0, 0.2) 1px 100%);
114114
background-position:

0 commit comments

Comments
 (0)