wupengfei
2025-03-21 ca8fc597599e8a85288b5d771957bb1bd712e8c7
1
2
3
4
5
6
7
8
9
10
/* stylelint-disable */
@use '../var.scss' as *;
 
@forward '@bole-core/components/src/styles/var.scss' with (
  $bole-pro-table: (
    'filter-list-margin': 10px,
  )
);
 
@use '@bole-core/components/src/styles/index.scss' as *;