diff --git a/packages/design/src/table/style/index.ts b/packages/design/src/table/style/index.ts index 42e82f9a3..230346900 100644 --- a/packages/design/src/table/style/index.ts +++ b/packages/design/src/table/style/index.ts @@ -85,6 +85,9 @@ export const genTableStyle: GenerateStyle = (token: TableToken): CSS borderRadius: borderRadiusLG, }, }, + [`${componentCls}-tbody-virtual-scrollbar ${componentCls}-tbody-virtual-scrollbar-thumb`]: { + background: token.colorFillSecondary, + }, // empty wrapper style [`${componentCls}-empty-wrapper`]: { minHeight: 360,