Skip to content

Commit bad46a0

Browse files
author
huangshuwei
committed
refine doc
1 parent 72d6f39 commit bad46a0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/src/docs/en/ve-table/row-style/click-highlight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:::anchor Row Click highlight
22

3-
:::demo By default, line click highlight is on. Must set `row-key-field-name`
3+
:::demo By default, line click highlight is on, Must set `row-key-field-name`
44

55
```html
66
<template>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:::tip
22
1、Set the style of the row through the property `rowStyleOption`<br>
3-
2、Turn on the row stripes effect through the attribute `stripe=true`<br>
4-
3、turn on the row hover highlight effect through the attribute `hoverHighlight=true`. Default on<br>
5-
4、Turn on the row click highlight effect through the attribute `clickHighlight=true`. Default on
3+
2、Enable the row stripes effect through the attribute `stripe=true`<br>
4+
3、Enable the row hover highlight effect through the attribute `hoverHighlight=true`. Default on<br>
5+
4、Enable the row click highlight effect through the attribute `clickHighlight=true`. Default on
66

77
:::

examples/src/docs/en/ve-table/row-style/row-stripe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
:::anchor row stripe
1+
:::anchor Row Stripe
22

3-
:::demo Turn on row stripe with attribute `stripe`
3+
:::demo Enable the row stripe with attribute `stripe`
44

55
```html
66
<template>

0 commit comments

Comments
 (0)