Skip to content

Commit 1a3d9e3

Browse files
committed
doc refine
1 parent fc79b25 commit 1a3d9e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/src/docs/en/ve-table/column-fixed/explain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:::tip
22
1、The property `scroll-width` is the width of the scroll area<br>
3-
2、The attribute `scroll-width` is the width of the scroll area. When the outer container width is less than the `scroll-width` value, a horizontal scroll bar will appear; when the outer container width is greater than the `scroll-width` value, it will follow the container<br>
3+
2、The attribute `scroll-width` is the width of the scroll area. When the outer container width is less than the `scroll-width` value, a horizontal scroll bar will appear; when the outer container width is greater than the `scroll-width` value, it will follow the container;when 'scroll-width=0', the scroll bar will be according to your column width<br>
44
3、Column width can not be set, or set to percentage, or pixel value (PX)<br>
55
4、The `scroll-width` attribute is set, and the column width unit **is strongly recommended to be consistent!**<br>
66

examples/src/docs/zh/ve-table/column-fixed/explain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:::tip
22
1、属性`scroll-width`为滚动区域的宽度<br>
3-
2、当外层容器宽度小于`scroll-width`值时,将会出现横向滚动条;当外层容器宽度大于`scroll-width`值时,将会跟随容器自适应<br>
3+
2、当外层容器宽度小于`scroll-width`值时,将会出现横向滚动条;当外层容器宽度大于`scroll-width`值时,将会跟随容器自适应;当`scroll-width=0`时,滚动条将根据你的列宽度决定<br>
44
3、列宽可以不设置、或者设置为百分比、或者为像素值(px)<br>
55
4、设置了`scroll-width`属性,列宽单位**强烈建议保持一致!**<br>
66

0 commit comments

Comments
 (0)