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

Commit 35033a5

Browse files
authored
Update README.md
1 parent e488a6c commit 35033a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/table/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,8 +1521,8 @@ three classes (depending on which mode is in use) on the `<table>` element:
15211521
- `b-table-select-range`
15221522

15231523
When at least one row is selected, the class `b-table-selecting` will be active on the `<table>`
1524-
element. Rows that are selected rows will have a class of `b-row-selected` applied to the `<tr>`
1525-
element.
1524+
element. Rows that are selected rows will have a class of `b-table-row-selected` applied to the
1525+
`<tr>` element.
15261526

15271527
Use the prop `selected-variant` to apply a Bootstrap theme color to the selected row(s). Note, due
15281528
to the order that the table variants are defined in Bootstrap's CSS, any row-variant _might_ take

0 commit comments

Comments
 (0)