🌐 AI搜索 & 代理 主页
Skip to content

Commit d75c521

Browse files
authored
feat(b-table): default row select feature selected-variant to active
1 parent f079fcf commit d75c521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/config-defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default deepFreeze({
152152
variant: null
153153
},
154154
BTable: {
155-
selectedVariant: 'primary',
155+
selectedVariant: 'active',
156156
headVariant: null,
157157
footVariant: null
158158
},

0 commit comments

Comments
 (0)